Searched defs:TYPE_SAMPLER_2D_MULTISAMPLE (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
H A DgluShaderUtil.hpp176 TYPE_SAMPLER_2D_MULTISAMPLE, enumerator in enum:glu::DataType
239 inline bool isDataTypeSamplerMultisample(DataType dataType) { return (dataType >= TYPE_SAMPLER_2D_MULTISAMPLE) && (dataType <= TYPE_UINT_SAMPLER_2D_MULTISAMPLE); }

Completed in 171 milliseconds