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

  /external/deqp/framework/opengl/
gluShaderUtil.hpp 201 TYPE_UINT_SAMPLER_BUFFER,
240 inline bool isDataTypeSamplerBuffer (DataType dataType) { return (dataType >= TYPE_SAMPLER_BUFFER) && (dataType <= TYPE_UINT_SAMPLER_BUFFER); }
gluShaderUtil.cpp 478 TYPE_UINT_SAMPLER_BUFFER, // usamplerBuffer
927 case GL_UNSIGNED_INT_SAMPLER_BUFFER: return TYPE_UINT_SAMPLER_BUFFER;
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderFunctionTests.cpp 176 glu::TYPE_UINT_SAMPLER_BUFFER,
286 case glu::TYPE_UINT_SAMPLER_BUFFER:
    [all...]

Completed in 57 milliseconds