Home
last modified time | relevance | path

Searched refs:isTexture (Results 1 – 25 of 64) sorted by relevance

123

/third_party/glslang/glslang/HLSL/
DhlslParseables.cpp143 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/
Des2fNegativeStateApiTests.cpp743 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/
Des3fNegativeStateApiTests.cpp1195 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/
DNVPTXUtilities.h34 bool isTexture(const Value &);
DNVPTXGenericToNVVM.cpp81 !llvm::isTexture(*GV) && !llvm::isSurface(*GV) && in runOnModule()
DNVPTXUtilities.cpp133 bool isTexture(const Value &val) { in isTexture() function
/third_party/vk-gl-cts/framework/opengl/
DgluES3PlusWrapperFuncs.inl181 dst->isTexture = src.isTexture;
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwInitES20Direct.inl93 gl->isTexture = &glIsTexture;
DglwInitES30Direct.inl156 gl->isTexture = &glIsTexture;
DglwInitES20.inl93 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
DglwInitES31Direct.inl181 gl->isTexture = &glIsTexture;
DglwInitES32Direct.inl210 gl->isTexture = &glIsTexture;
DglwInitES30.inl156 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
/third_party/glslang/glslang/MachineIndependent/
Diomapper.h202 (type.getSampler().isTexture() || type.getSampler().isSubpass())); in isTextureType()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_2_0_autogen.h117 GLboolean isTexture(TextureID texturePacked); \
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_2_0_autogen.h123 GLboolean isTexture(TextureID texturePacked) const; \
/third_party/glslang/glslang/Include/
DTypes.h133 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/
Dwebgl.js814 isTexture: function (...args) { method
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cMultiBindTests.cpp1908 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()
Dgl4cDirectStateAccessTexturesTests.cpp127 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 …]
Dgl4cGetTextureSubImageTests.cpp262 while (gl.isTexture(++invalid_texture)) in testExistingTextureObjectError()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp1083 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/
DDispatchTableGL_autogen.cpp95 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/
DglcKHRDebugTests.cpp484 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/
Dentry_points_gl_1_1_autogen.cpp481 returnValue = context->isTexture(texturePacked); in IsTexture()

123