Home
last modified time | relevance | path

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

123

/external/deqp/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()
/external/deqp-deps/glslang/hlsl/
DhlslParseables.cpp155 int CoordinateArgPos(const glslang::TString& name, bool isTexture) in CoordinateArgPos() argument
157 if (!isTexture || (name == "GetDimensions")) in CoordinateArgPos()
229 const bool isTexture = IsTextureType(argOrder[0]); in AppendTypeName() local
241 } else if (isTexture || isSubpass) { in AppendTypeName()
321 if (isSampler || isTexture) { in AppendTypeName()
322 if ((order == 'V' || isTexture) && !isBuffer) { in AppendTypeName()
956 const bool isTexture = IsTextureType(*argOrder); in initialize() local
963 const int coordArg = CoordinateArgPos(intrinsic.name, isTexture); in initialize()
983 if (isTexture && IsIllegalSample(intrinsic.name, argOrder, dim0)) in initialize()
1009 int argDim0 = isTexture && arg > 0 ? std::min(dim0, 3) : dim0; in initialize()
[all …]
/external/deqp/modules/gles3/functional/
Des3fNegativeStateApiTests.cpp1191 GLboolean isTexture; in init()
1194 isTexture = glIsTexture(texture); in init()
1195 checkBooleans (isTexture, GL_FALSE); 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_TRUE); in init()
1207 isTexture = glIsTexture(texture); in init()
1208 checkBooleans (isTexture, GL_FALSE); in init()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXUtilities.h35 bool isTexture(const Value &);
DNVPTXUtilities.cpp132 bool isTexture(const Value &val) { in isTexture() function
DNVPTXGenericToNVVM.cpp82 !llvm::isTexture(*GV) && !llvm::isSurface(*GV) && in runOnModule()
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.h38 bool isTexture(const llvm::Value &);
DNVPTXGenericToNVVM.cpp86 !llvm::isTexture(*GV) && !llvm::isSurface(*GV) && in runOnModule()
DNVPTXUtilities.cpp130 bool llvm::isTexture(const llvm::Value &val) { in isTexture() function in llvm
/external/deqp/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");
DglwInitGL30.inl152 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl181 dst->isTexture = src.isTexture;
/external/deqp-deps/glslang/glslang/Include/
DTypes.h102 bool isTexture() const { return !sampler && !image; } in isTexture() function
1535 virtual bool isTexture() const { return basicType == EbtSampler && getSampler().isTexture(); } in isTexture() function
/external/skia/src/gpu/gl/
DGrGLTestInterface.cpp116 fFunctions.fIsTexture = bind_to_member(this, &GrGLTestInterface::isTexture); in GrGLTestInterface()
/external/skqp/src/gpu/gl/
DGrGLTestInterface.cpp116 fFunctions.fIsTexture = bind_to_member(this, &GrGLTestInterface::isTexture); in GrGLTestInterface()
/external/deqp/external/openglcts/modules/gl/
Dgl4cMultiBindTests.cpp1912 if (GL_TRUE != gl.isTexture(invalid_id)) in iterate()
2020 if (GL_TRUE != gl.isTexture(invalid_id)) in iterate()
2148 if (GL_TRUE != gl.isTexture(invalid_id)) in iterate()
2853 if (GL_TRUE != gl.isTexture(invalid_id)) in iterate()
3178 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()
/external/deqp/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()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Diomapper.cpp552 (type.getSampler().isTexture() || type.getSampler().isSubpass())); in isTextureType()

123