/third_party/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXUtilities.cpp | 133 bool isTexture(const Value &val) { in isTexture() function
|
/third_party/glslang/glslang/Include/ |
D | Types.h | 129 bool isTexture() const { return !sampler && !image; } in isTexture() function 1718 virtual bool isTexture() const { return basicType == EbtSampler && getSampler().isTexture(); } in isTexture() function
|
D | intermediate.h | 1348 bool isTexture() const { return op > EOpTextureGuardBegin && op < EOpTextureGuardEnd; } in isTexture() function
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | webgl.js | 814 isTexture: function (...args) { method
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.h | 90 PFNGLISTEXTUREPROC isTexture = nullptr; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.h | 90 PFNGLISTEXTUREPROC isTexture = nullptr; variable
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwFunctions.inl | 433 glIsTextureFunc isTexture; variable
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 2296 const bool isTexture = sampler.isTexture() && !sampler.isCombined(); in builtInOpCheck() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context.cpp | 6291 GLboolean Context::isTexture(TextureID texture) in isTexture() function in gl::Context
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context.cpp | 7095 GLboolean Context::isTexture(TextureID texture) const in isTexture() function in gl::Context
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 4883 isTexture(texture: WebGLTexture | null): GLboolean; method
|
D | lib.dom.d.ts | 17914 isTexture(texture: WebGLTexture | null): GLboolean; method
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 4863 isTexture(texture: WebGLTexture | null): GLboolean; method
|
D | dom.generated.d.ts | 17894 isTexture(texture: WebGLTexture | null): GLboolean; method
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 15089 isTexture(texture: WebGLTexture): boolean; method
|