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 183 TYPE_UINT_SAMPLER_BUFFER,
220 inline bool isDataTypeSamplerBuffer (DataType dataType) { return (dataType >= TYPE_SAMPLER_BUFFER) && (dataType <= TYPE_UINT_SAMPLER_BUFFER); }
gluShaderUtil.cpp 427 TYPE_UINT_SAMPLER_BUFFER, // usamplerBuffer
714 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 315 milliseconds