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

  /external/deqp/framework/opengl/
gluShaderUtil.hpp 177 TYPE_UINT_SAMPLER_2D_MULTISAMPLE,
236 inline bool isDataTypeSampler (DataType dataType) { return (dataType >= TYPE_SAMPLER_1D) && (dataType <= TYPE_UINT_SAMPLER_2D_MULTISAMPLE); }
238 inline bool isDataTypeSamplerMultisample(DataType dataType) { return (dataType >= TYPE_SAMPLER_2D_MULTISAMPLE) && (dataType <= TYPE_UINT_SAMPLER_2D_MULTISAMPLE); }
gluShaderUtil.cpp 459 TYPE_UINT_SAMPLER_2D_MULTISAMPLE, // usampler2DMS
908 case GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE: return TYPE_UINT_SAMPLER_2D_MULTISAMPLE;
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderFunctionTests.cpp 172 glu::TYPE_UINT_SAMPLER_2D_MULTISAMPLE,
    [all...]
es31fProgramInterfaceQueryTests.cpp     [all...]

Completed in 72 milliseconds