Home
last modified time | relevance | path

Searched defs:isTexture (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/
H A DhlslParseables.cpp143 int CoordinateArgPos(const glslang::TString& name, bool isTexture) in CoordinateArgPos()
216 const bool isTexture = IsTextureType(argOrder[0]); in AppendTypeName() local
891 const bool isTexture = IsTextureType(*argOrder); in initialize() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseables.cpp143 int CoordinateArgPos(const glslang::TString& name, bool isTexture) in CoordinateArgPos()
216 const bool isTexture = IsTextureType(argOrder[0]); in AppendTypeName() local
891 const bool isTexture = IsTextureType(*argOrder); in initialize() local
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGLToolbox.java38 public static boolean isTexture(int texId) { in isTexture() method in GLToolbox
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp133 bool isTexture(const Value &val) { in isTexture() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp144 bool isTexture(const Value &val) { in isTexture() function
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp130 bool llvm::isTexture(const llvm::Value &val) { in isTexture() function in llvm
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/
DTypes.h121 bool isTexture() const { return !sampler && !image; } in isTexture() function
1868 virtual bool isTexture() const { return basicType == EbtSampler && getSampler().isTexture(); } in isTexture() function
Dintermediate.h1429 bool isTexture() const { return op > EOpTextureGuardBegin && op < EOpTextureGuardEnd; } in isTexture() function
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A DTypes.h121 bool isTexture() const { return !sampler && !image; } in isTexture() function
1872 virtual bool isTexture() const { return basicType == EbtSampler && getSampler().isTexture(); } in isTexture() function
H A Dintermediate.h1287 bool isTexture() const { return op > EOpTextureGuardBegin && op < EOpTextureGuardEnd; } in isTexture() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h90 PFNGLISTEXTUREPROC isTexture = nullptr; variable
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1027 bool GLClientState::isTexture(GLuint tex_name) const { in isTexture() function in gfxstream::guest::GLClientState
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl435 glIsTextureFunc isTexture; variable
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp2783 const bool isTexture = sampler.isTexture() && !sampler.isCombined(); in builtInOpCheck() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DParseHelper.cpp3022 const bool isTexture = sampler.isTexture() && !sampler.isCombined(); in builtInOpCheck() local
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp7361 GLboolean Context::isTexture(TextureID texture) const in isTexture() function in gl::Context