/third_party/glslang/glslang/HLSL/ |
D | hlslParseables.cpp | 143 int CoordinateArgPos(const glslang::TString& name, bool isTexture) in CoordinateArgPos() argument 145 if (!isTexture || (name == "GetDimensions")) in CoordinateArgPos() 216 const bool isTexture = IsTextureType(argOrder[0]); in AppendTypeName() local 228 } else if (isTexture || isSubpass) { in AppendTypeName() 280 if (isSampler || isTexture) { in AppendTypeName() 281 if ((order == 'V' || isTexture) && !isBuffer) { in AppendTypeName() 891 const bool isTexture = IsTextureType(*argOrder); in initialize() local 898 const int coordArg = CoordinateArgPos(intrinsic.name, isTexture); in initialize() 918 if (isTexture && IsIllegalSample(intrinsic.name, argOrder, dim0)) in initialize() 944 int argDim0 = isTexture && arg > 0 ? std::min(dim0, 3) : dim0; in initialize() [all …]
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fNegativeStateApiTests.cpp | 743 GLboolean isTexture; in init() 746 isTexture = glIsTexture(texture); in init() 747 checkBooleans (isTexture, GL_FALSE); in init() 750 isTexture = glIsTexture(texture); in init() 751 checkBooleans (isTexture, GL_FALSE); in init() 754 isTexture = glIsTexture(texture); in init() 755 checkBooleans (isTexture, GL_TRUE); in init() 759 isTexture = glIsTexture(texture); in init() 760 checkBooleans (isTexture, GL_FALSE); in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fNegativeStateApiTests.cpp | 1195 GLboolean isTexture; in init() 1198 isTexture = glIsTexture(texture); in init() 1199 checkBooleans (isTexture, GL_FALSE); in init() 1202 isTexture = glIsTexture(texture); in init() 1203 checkBooleans (isTexture, GL_FALSE); in init() 1206 isTexture = glIsTexture(texture); in init() 1207 checkBooleans (isTexture, GL_TRUE); in init() 1211 isTexture = glIsTexture(texture); in init() 1212 checkBooleans (isTexture, GL_FALSE); in init()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXUtilities.h | 34 bool isTexture(const Value &);
|
D | NVPTXGenericToNVVM.cpp | 81 !llvm::isTexture(*GV) && !llvm::isSurface(*GV) && in runOnModule()
|
D | NVPTXUtilities.cpp | 133 bool isTexture(const Value &val) { in isTexture() function
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 181 dst->isTexture = src.isTexture;
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 93 gl->isTexture = &glIsTexture;
|
D | glwInitES30Direct.inl | 156 gl->isTexture = &glIsTexture;
|
D | glwInitES20.inl | 93 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
|
D | glwInitES31Direct.inl | 181 gl->isTexture = &glIsTexture;
|
D | glwInitES32Direct.inl | 210 gl->isTexture = &glIsTexture;
|
D | glwInitES30.inl | 156 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
|
/third_party/glslang/glslang/MachineIndependent/ |
D | iomapper.h | 202 (type.getSampler().isTexture() || type.getSampler().isSubpass())); in isTextureType()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 117 GLboolean isTexture(TextureID texturePacked); \
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 123 GLboolean isTexture(TextureID texturePacked) const; \
|
/third_party/glslang/glslang/Include/ |
D | Types.h | 133 bool isTexture() const { return !sampler && !image; } in isTexture() function 1900 virtual bool isTexture() const { return basicType == EbtSampler && getSampler().isTexture(); } in isTexture() function
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/ |
D | webgl.js | 814 isTexture: function (...args) { method
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cMultiBindTests.cpp | 1908 if (GL_TRUE != gl.isTexture(invalid_id)) in iterate() 2016 if (GL_TRUE != gl.isTexture(invalid_id)) in iterate() 2144 if (GL_TRUE != gl.isTexture(invalid_id)) in iterate() 2849 if (GL_TRUE != gl.isTexture(invalid_id)) in iterate() 3174 if (GL_TRUE != gl.isTexture(invalid_id)) in iterate()
|
D | gl4cDirectStateAccessTexturesTests.cpp | 127 if (gl.isTexture(textures_legacy[i])) in iterate() 147 if (!gl.isTexture(textures_dsa[j][i])) in iterate() 8610 while (gl.isTexture(++not_a_texture)) in iterate() 8763 while (gl.isTexture(++not_a_texture)) in iterate() 9032 while (gl.isTexture(++m_to_invalid)) in Prepare() 9939 while (gl.isTexture(++m_to_invalid)) in Prepare() 11534 while (gl.isTexture(++m_to_invalid)) in Prepare() 12026 while (gl.isTexture(++m_to_invalid)) in Prepare() 12928 while (gl.isTexture(++texture_invalid)) in iterate() 13034 while (gl.isTexture(++texture_invalid)) in iterate() [all …]
|
D | gl4cGetTextureSubImageTests.cpp | 262 while (gl.isTexture(++invalid_texture)) in testExistingTextureObjectError()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 1083 ASSIGN("glIsTextureEXT", isTexture); in initProcsDesktopGL() 1248 ASSIGN("glIsTexture", isTexture); in initProcsDesktopGL() 2354 ASSIGN("glIsTexture", isTexture); in initProcsGLES() 3870 isTexture = &glIsTextureNULL; in initProcsDesktopGLNULL() 4035 isTexture = &glIsTextureNULL; in initProcsDesktopGLNULL() 5140 isTexture = &glIsTextureNULL; in initProcsGLESNULL()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 95 ASSIGN("glIsTexture", isTexture); in initProcsDesktopGL() 1816 ASSIGN("glIsTextureEXT", isTexture); in initProcsDesktopGL() 2011 ASSIGN("glIsTexture", isTexture); in initProcsGLES() 2889 isTexture = &glIsTextureNULL; in initProcsDesktopGLNULL() 4607 isTexture = &glIsTextureNULL; in initProcsDesktopGLNULL() 4802 isTexture = &glIsTextureNULL; in initProcsGLESNULL()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcKHRDebugTests.cpp | 484 while (GL_TRUE == m_gl->isTexture(invalid_id)) in iterate() 535 while (GL_TRUE == m_gl->isTexture(invalid_id)) in iterate()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_1_autogen.cpp | 481 returnValue = context->isTexture(texturePacked); in IsTexture()
|