/external/deqp/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()
|
/external/angle/third_party/vulkan-deps/glslang/src/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 …]
|
/external/deqp-deps/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 …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeStateApiTests.cpp | 1191 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-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXUtilities.h | 34 bool isTexture(const Value &);
|
D | NVPTXUtilities.cpp | 133 bool isTexture(const Value &val) { in isTexture() function
|
D | NVPTXGenericToNVVM.cpp | 81 !llvm::isTexture(*GV) && !llvm::isSurface(*GV) && in runOnModule()
|
/external/llvm-project/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
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXUtilities.h | 38 bool isTexture(const llvm::Value &);
|
D | NVPTXGenericToNVVM.cpp | 86 !llvm::isTexture(*GV) && !llvm::isSurface(*GV) && in runOnModule()
|
D | NVPTXUtilities.cpp | 130 bool llvm::isTexture(const llvm::Value &val) { in isTexture() function in llvm
|
/external/deqp/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;
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 181 dst->isTexture = src.isTexture;
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | iomapper.h | 193 (type.getSampler().isTexture() || type.getSampler().isSubpass())); in isTextureType()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | iomapper.h | 160 (type.getSampler().isTexture() || type.getSampler().isSubpass())); in isTextureType()
|
/external/deqp-deps/glslang/glslang/Include/ |
D | Types.h | 129 bool isTexture() const { return !sampler && !image; } in isTexture() function 1735 virtual bool isTexture() const { return basicType == EbtSampler && getSampler().isTexture(); } in isTexture() function
|
/external/angle/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 123 GLboolean isTexture(TextureID texturePacked) const; \
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ |
D | Types.h | 133 bool isTexture() const { return !sampler && !image; } in isTexture() function 1850 virtual bool isTexture() const { return basicType == EbtSampler && getSampler().isTexture(); } in isTexture() function
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.cpp | 116 fFunctions.fIsTexture = bind_to_member(this, &GrGLTestInterface::isTexture); in GrGLTestInterface()
|