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

  /external/deqp/framework/opengl/
gluShaderUtil.hpp 144 TYPE_SAMPLER_1D,
236 inline bool isDataTypeSampler (DataType dataType) { return (dataType >= TYPE_SAMPLER_1D) && (dataType <= TYPE_UINT_SAMPLER_2D_MULTISAMPLE); }
gluShaderUtil.cpp 430 TYPE_SAMPLER_1D, // sampler1D
875 case GL_SAMPLER_1D: return TYPE_SAMPLER_1D;
gluTextureUtil.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 123 case glu::TYPE_SAMPLER_1D:
176 case glu::TYPE_SAMPLER_1D:
    [all...]
es31fUniformLocationTests.cpp 178 if (type >= TYPE_SAMPLER_1D && type <= TYPE_SAMPLER_3D)
463 case TYPE_SAMPLER_1D:
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 293 case glu::TYPE_SAMPLER_1D:
339 case glu::TYPE_SAMPLER_1D:
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 75 milliseconds