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

  /external/deqp/framework/opengl/
gluShaderUtil.hpp 204 inline bool isDataTypeSamplerMultisample(DataType dataType) { return (dataType >= TYPE_SAMPLER_2D_MULTISAMPLE) && (dataType <= TYPE_UINT_SAMPLER_2D_MULTISAMPLE); }
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinitionUtil.cpp 259 else if (glu::isDataTypeSamplerMultisample(varType.getBasicType()))
    [all...]

Completed in 69 milliseconds