HomeSort by relevance Sort by last modified time
    Searched refs:isDataTypeSampler (Results 1 - 9 of 9) sorted by null

  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 240 if (glu::isDataTypeSampler(basicType) && std::find(dst.begin(), dst.end(), basicType) == dst.end())
257 return glu::isDataTypeSampler(type.getBasicType()) ? 1 : 0;
511 DE_ASSERT(glu::isDataTypeSampler(sampler.type));
542 DE_ASSERT(glu::isDataTypeSampler(sampler.type));
593 else if (glu::isDataTypeSampler((value.type)))
626 else if (glu::isDataTypeSampler((value.type)))
644 DE_ASSERT((samplerUnit >= 0) == (glu::isDataTypeSampler(type)));
666 else if (glu::isDataTypeSampler(type))
723 else if (glu::isDataTypeSampler(a.type))
    [all...]
es31fProgramInterfaceDefinition.cpp 85 glu::isDataTypeSampler(type);
237 if (containsMatchingSubtype(m_defaultBlock.variables[varNdx].varType, glu::isDataTypeSampler))
es31fUniformLocationTests.cpp 199 if (glu::isDataTypeSampler(type))
332 if (glu::isDataTypeSampler(scalarType))
570 if (glu::isDataTypeSampler(scalarType))
818 const int arraySize = (getDataTypeScalarSize(type) > 4 || isDataTypeSampler(type)) ? 3 : 7;
    [all...]
es31fProgramInterfaceDefinitionUtil.cpp 261 else if (glu::isDataTypeSampler(varType.getBasicType()))
    [all...]
es31fTextureGatherTests.cpp     [all...]
es31fProgramInterfaceQueryTests.cpp 436 else if (glu::isDataTypeSampler(type))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 236 if (glu::isDataTypeSampler(basicType) && std::find(dst.begin(), dst.end(), basicType) == dst.end())
253 return glu::isDataTypeSampler(type.getBasicType()) ? 1 : 0;
560 DE_ASSERT(glu::isDataTypeSampler(sampler.type));
591 DE_ASSERT(glu::isDataTypeSampler(sampler.type));
642 else if (glu::isDataTypeSampler((value.type)))
675 else if (glu::isDataTypeSampler((value.type)))
693 DE_ASSERT((samplerUnit >= 0) == (glu::isDataTypeSampler(type)));
715 else if (glu::isDataTypeSampler(type))
767 else if (glu::isDataTypeSampler(type))
824 else if (glu::isDataTypeSampler(a.type)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 176 if (glu::isDataTypeSampler(basicType) && std::find(dst.begin(), dst.end(), basicType) == dst.end())
193 return glu::isDataTypeSampler(type.getBasicType()) ? 1 : 0;
494 DE_ASSERT(glu::isDataTypeSampler(sampler.type));
507 DE_ASSERT(glu::isDataTypeSampler(sampler.type));
535 else if (glu::isDataTypeSampler((value.type)))
566 else if (glu::isDataTypeSampler((value.type)))
584 DE_ASSERT((samplerUnit >= 0) == (glu::isDataTypeSampler(type)));
601 else if (glu::isDataTypeSampler(type))
635 else if (glu::isDataTypeSampler(type))
673 else if (glu::isDataTypeSampler(a.type)
    [all...]
  /external/deqp/framework/opengl/
gluShaderUtil.hpp 202 inline bool isDataTypeSampler (DataType dataType) { return (dataType >= TYPE_SAMPLER_1D) && (dataType <= TYPE_UINT_SAMPLER_2D_MULTISAMPLE); }

Completed in 700 milliseconds