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

  /external/deqp/framework/opengl/
gluShaderUtil.hpp 175 TYPE_SAMPLER_2D_MULTISAMPLE,
238 inline bool isDataTypeSamplerMultisample(DataType dataType) { return (dataType >= TYPE_SAMPLER_2D_MULTISAMPLE) && (dataType <= TYPE_UINT_SAMPLER_2D_MULTISAMPLE); }
gluShaderUtil.cpp 457 TYPE_SAMPLER_2D_MULTISAMPLE, // sampler2DMS
906 case GL_SAMPLER_2D_MULTISAMPLE: return TYPE_SAMPLER_2D_MULTISAMPLE;
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderFunctionTests.cpp 170 glu::TYPE_SAMPLER_2D_MULTISAMPLE,
    [all...]
es31fProgramInterfaceQueryTests.cpp     [all...]

Completed in 149 milliseconds