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

  /external/deqp/framework/opengl/
gluShaderUtil.hpp 128 TYPE_SAMPLER_1D,
202 inline bool isDataTypeSampler (DataType dataType) { return (dataType >= TYPE_SAMPLER_1D) && (dataType <= TYPE_UINT_SAMPLER_2D_MULTISAMPLE); }
gluShaderUtil.cpp 356 TYPE_SAMPLER_1D, // sampler1D
621 case GL_SAMPLER_1D: return TYPE_SAMPLER_1D;
gluTextureUtil.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 122 case glu::TYPE_SAMPLER_1D:
168 case glu::TYPE_SAMPLER_1D:
    [all...]
es31fUniformLocationTests.cpp 178 if (type >= TYPE_SAMPLER_1D && type <= TYPE_SAMPLER_3D)
464 case TYPE_SAMPLER_1D:
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 693 milliseconds