Searched refs:isTexture (Results 1 - 25 of 40) sorted by relevance

12

/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.h38 bool isTexture(const llvm::Value &);
H A DNVPTXGenericToNVVM.cpp86 !llvm::isTexture(*GV) && !llvm::isSurface(*GV) &&
H A DNVPTXUtilities.cpp130 bool llvm::isTexture(const llvm::Value &val) { function in class:llvm
/external/deqp/modules/gles2/functional/
H A Des2fNegativeStateApiTests.cpp719 GLboolean isTexture;
722 isTexture = glIsTexture(texture);
723 checkBooleans (isTexture, GL_FALSE);
726 isTexture = glIsTexture(texture);
727 checkBooleans (isTexture, GL_FALSE);
730 isTexture = glIsTexture(texture);
731 checkBooleans (isTexture, GL_TRUE);
735 isTexture = glIsTexture(texture);
736 checkBooleans (isTexture, GL_FALSE);
/external/deqp/modules/gles3/functional/
H A Des3fNegativeStateApiTests.cpp1191 GLboolean isTexture;
1194 isTexture = glIsTexture(texture);
1195 checkBooleans (isTexture, GL_FALSE);
1198 isTexture = glIsTexture(texture);
1199 checkBooleans (isTexture, GL_FALSE);
1202 isTexture = glIsTexture(texture);
1203 checkBooleans (isTexture, GL_TRUE);
1207 isTexture = glIsTexture(texture);
1208 checkBooleans (isTexture, GL_FALSE);
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl93 gl->isTexture = &glIsTexture;
H A DglwInitES20.inl93 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
H A DglwInitES30Direct.inl156 gl->isTexture = &glIsTexture;
H A DglwInitES31Direct.inl181 gl->isTexture = &glIsTexture;
H A DglwInitES30.inl156 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
H A DglwInitES32Direct.inl210 gl->isTexture = &glIsTexture;
H A DglwFunctions.inl432 glIsTextureFunc isTexture;
H A DglwInitES31.inl181 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
H A DglwInitES32.inl210 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
H A DglwInitGL30.inl152 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
H A DglwInitGL31.inl161 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
H A DglwInitGL32.inl174 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
H A DglwInitGL33.inl186 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl181 dst->isTexture = src.isTexture;
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.cpp113 fFunctions.fIsTexture = bind_to_member(this, &GrGLTestInterface::isTexture);
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTexturesTests.cpp127 if (gl.isTexture(textures_legacy[i]))
147 if (!gl.isTexture(textures_dsa[j][i]))
8006 while (gl.isTexture(++not_a_texture))
8159 while (gl.isTexture(++not_a_texture))
8428 while (gl.isTexture(++m_to_invalid))
9335 while (gl.isTexture(++m_to_invalid))
10930 while (gl.isTexture(++m_to_invalid))
11422 while (gl.isTexture(++m_to_invalid))
12324 while (gl.isTexture(++texture_invalid))
12430 while (gl.isTexture(
[all...]
H A Dgl4cMultiBindTests.cpp1912 if (GL_TRUE != gl.isTexture(invalid_id))
2020 if (GL_TRUE != gl.isTexture(invalid_id))
2148 if (GL_TRUE != gl.isTexture(invalid_id))
2853 if (GL_TRUE != gl.isTexture(invalid_id))
3178 if (GL_TRUE != gl.isTexture(invalid_id))
H A Dgl4cKHRDebugTests.cpp505 while (GL_TRUE == m_gl->isTexture(invalid_id))
556 while (GL_TRUE == m_gl->isTexture(invalid_id))
/external/skia/tools/gpu/gl/debug/
H A DDebugGLTestContext.cpp105 GrGLboolean isTexture(GrGLuint textureID) override {
/external/skqp/src/gpu/gl/
H A DGrGLTestInterface.cpp113 fFunctions.fIsTexture = bind_to_member(this, &GrGLTestInterface::isTexture);

Completed in 439 milliseconds

12