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

  /external/deqp/framework/opengl/
gluShaderUtil.hpp 200 TYPE_SAMPLER_BUFFER,
241 inline bool isDataTypeSamplerBuffer (DataType dataType) { return (dataType >= TYPE_SAMPLER_BUFFER) && (dataType <= TYPE_UINT_SAMPLER_BUFFER); }
gluShaderUtil.cpp 479 TYPE_SAMPLER_BUFFER, // samplerBuffer
928 case GL_SAMPLER_BUFFER: return TYPE_SAMPLER_BUFFER;
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderFunctionTests.cpp 174 glu::TYPE_SAMPLER_BUFFER,
284 case glu::TYPE_SAMPLER_BUFFER:
    [all...]

Completed in 185 milliseconds