Home
last modified time | relevance | path

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

/third_party/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp133 bool isTexture(const Value &val) { in isTexture() function
/third_party/glslang/glslang/Include/
DTypes.h129 bool isTexture() const { return !sampler && !image; } in isTexture() function
1718 virtual bool isTexture() const { return basicType == EbtSampler && getSampler().isTexture(); } in isTexture() function
Dintermediate.h1348 bool isTexture() const { return op > EOpTextureGuardBegin && op < EOpTextureGuardEnd; } in isTexture() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dwebgl.js814 isTexture: function (...args) { method
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h90 PFNGLISTEXTUREPROC isTexture = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h90 PFNGLISTEXTUREPROC isTexture = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl433 glIsTextureFunc isTexture; variable
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp2296 const bool isTexture = sampler.isTexture() && !sampler.isCombined(); in builtInOpCheck() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp6291 GLboolean Context::isTexture(TextureID texture) in isTexture() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp7095 GLboolean Context::isTexture(TextureID texture) const in isTexture() function in gl::Context
/third_party/typescript/lib/
Dlib.webworker.d.ts4883 isTexture(texture: WebGLTexture | null): GLboolean; method
Dlib.dom.d.ts17914 isTexture(texture: WebGLTexture | null): GLboolean; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4863 isTexture(texture: WebGLTexture | null): GLboolean; method
Ddom.generated.d.ts17894 isTexture(texture: WebGLTexture | null): GLboolean; method
/third_party/typescript/tests/lib/
Dlib.d.ts15089 isTexture(texture: WebGLTexture): boolean; method