Home
last modified time | relevance | path

Searched defs:isSamplerType (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A Diomapper.h118 static bool isSamplerType(const glslang::TType& type) { in isSamplerType() function
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/
DglUtils.cpp25 bool isSamplerType(GLenum type) { in isSamplerType() function
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
Diomapper.h196 static bool isSamplerType(const glslang::TType& type) { in isSamplerType() function
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h308 bool isSamplerType(Id typeId) const { return getTypeClass(typeId) == OpTypeSampler; } in isSamplerType() function
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DSpvBuilder.h316 bool isSamplerType(Id typeId) const { return getTypeClass(typeId) == OpTypeSampler; } in isSamplerType() function