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

  /external/deqp/framework/opengl/
gluShaderUtil.hpp 155 TYPE_SAMPLER_2D_MULTISAMPLE,
204 inline bool isDataTypeSamplerMultisample(DataType dataType) { return (dataType >= TYPE_SAMPLER_2D_MULTISAMPLE) && (dataType <= TYPE_UINT_SAMPLER_2D_MULTISAMPLE); }
gluShaderUtil.cpp 379 TYPE_SAMPLER_2D_MULTISAMPLE, // sampler2DMS
648 case GL_SAMPLER_2D_MULTISAMPLE: return TYPE_SAMPLER_2D_MULTISAMPLE;
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp     [all...]

Completed in 78 milliseconds