/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/ |
H A D | hlslParseables.cpp | 143 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/ |
D | hlslParseables.cpp | 143 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 D | GLToolbox.java | 38 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 D | NVPTXUtilities.cpp | 133 bool isTexture(const Value &val) { in isTexture() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXUtilities.cpp | 144 bool isTexture(const Value &val) { in isTexture() function
|
/aosp_15_r20/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXUtilities.cpp | 130 bool llvm::isTexture(const llvm::Value &val) { in isTexture() function in llvm
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/ |
D | Types.h | 121 bool isTexture() const { return !sampler && !image; } in isTexture() function 1868 virtual bool isTexture() const { return basicType == EbtSampler && getSampler().isTexture(); } in isTexture() function
|
D | intermediate.h | 1429 bool isTexture() const { return op > EOpTextureGuardBegin && op < EOpTextureGuardEnd; } in isTexture() function
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/ |
H A D | Types.h | 121 bool isTexture() const { return !sampler && !image; } in isTexture() function 1872 virtual bool isTexture() const { return basicType == EbtSampler && getSampler().isTexture(); } in isTexture() function
|
H A D | intermediate.h | 1287 bool isTexture() const { return op > EOpTextureGuardBegin && op < EOpTextureGuardEnd; } in isTexture() function
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | DispatchTableGL_autogen.h | 90 PFNGLISTEXTUREPROC isTexture = nullptr; variable
|
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLClientState.cpp | 1027 bool GLClientState::isTexture(GLuint tex_name) const { in isTexture() function in gfxstream::guest::GLClientState
|
/aosp_15_r20/external/deqp/framework/opengl/wrapper/ |
H A D | glwFunctions.inl | 435 glIsTextureFunc isTexture; variable
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 2783 const bool isTexture = sampler.isTexture() && !sampler.isCombined(); in builtInOpCheck() local
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | ParseHelper.cpp | 3022 const bool isTexture = sampler.isTexture() && !sampler.isCombined(); in builtInOpCheck() local
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Context.cpp | 7361 GLboolean Context::isTexture(TextureID texture) const in isTexture() function in gl::Context
|