HomeSort by relevance Sort by last modified time
    Searched refs:isSampler (Results 1 - 25 of 34) sorted by null

1 2

  /external/deqp/framework/randomshaders/
rsgProgramGenerator.cpp 78 if ((*i)->getVariable()->getType().isSampler())
84 if ((*i)->getVariable()->getType().isSampler())
92 if (input->getVariable()->getType().isSampler())
rsgVariableType.hpp 163 bool isSampler (void) const { return m_baseType == TYPE_SAMPLER_2D || m_baseType == TYPE_SAMPLER_CUBE; }
rsgShaderGenerator.cpp 166 if (!(*i)->getVariable()->getType().isSampler()) // Samplers are assigned at program-level.
  /external/llvm/lib/Target/NVPTX/
NVPTXImageOptimizer.cpp 95 if (isSampler(*TexHandle)) {
119 isSampler(*TexHandle)) {
138 isSampler(*TexHandle)) {
NVPTXUtilities.h 40 bool isSampler(const llvm::Value &);
NVPTXGenericToNVVM.cpp 87 !llvm::isSampler(*GV) && !GV->getName().startswith("llvm.")) {
NVPTXUtilities.cpp 156 bool llvm::isSampler(const llvm::Value &val) {
  /external/swiftshader/src/OpenGL/libGLESv2/
ResourceManager.h 87 bool isSampler(GLuint sampler);
ResourceManager.cpp 345 bool ResourceManager::isSampler(GLuint sampler)
libGLESv3.cpp     [all...]
Context.h 636 bool isSampler(GLuint sampler) const;
  /external/deqp/modules/gles3/functional/
es3fNegativeStateApiTests.cpp     [all...]
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 178 dst->isSampler = src.isSampler;
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 153 gl->isSampler = &glIsSampler;
glwInitES31Direct.inl 178 gl->isSampler = &glIsSampler;
glwFunctions.inl 337 glIsSamplerFunc isSampler;
    [all...]
glwInitES30.inl 153 gl->isSampler = (glIsSamplerFunc) loader->get("glIsSampler");
glwInitES32Direct.inl 207 gl->isSampler = &glIsSampler;
glwInitES31.inl 178 gl->isSampler = (glIsSamplerFunc) loader->get("glIsSampler");
glwInitES32.inl 207 gl->isSampler = (glIsSamplerFunc) loader->get("glIsSampler");
    [all...]
glwInitGL33.inl 183 gl->isSampler = (glIsSamplerFunc) loader->get("glIsSampler");
glwInitGL40.inl 205 gl->isSampler = (glIsSamplerFunc) loader->get("glIsSampler");
    [all...]
glwInitGL41.inl 222 gl->isSampler = (glIsSamplerFunc) loader->get("glIsSampler");
    [all...]
glwInitGL42.inl 230 gl->isSampler = (glIsSamplerFunc) loader->get("glIsSampler");
    [all...]
  /external/deqp/modules/glshared/
glsRandomShaderCase.cpp 226 if (!type.isSampler())
246 if ((*it)->getVariable()->getType().isSampler())

Completed in 5293 milliseconds

1 2