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

  /external/deqp/framework/opengl/
gluShaderUtil.hpp 206 TYPE_UINT_SAMPLER_2D_MULTISAMPLE_ARRAY,
242 inline bool isDataTypeSamplerMSArray (DataType dataType) { return (dataType >= TYPE_SAMPLER_2D_MULTISAMPLE_ARRAY) && (dataType <= TYPE_UINT_SAMPLER_2D_MULTISAMPLE_ARRAY); }
gluShaderUtil.cpp 484 TYPE_UINT_SAMPLER_2D_MULTISAMPLE_ARRAY, // usampler2DMSArray
934 case GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY: return TYPE_UINT_SAMPLER_2D_MULTISAMPLE_ARRAY;
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderFunctionTests.cpp 180 glu::TYPE_UINT_SAMPLER_2D_MULTISAMPLE_ARRAY,
292 case glu::TYPE_UINT_SAMPLER_2D_MULTISAMPLE_ARRAY:
    [all...]

Completed in 71 milliseconds