OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_SAMPLER_2D_MULTISAMPLE
(Results
1 - 4
of
4
) sorted by null
/external/deqp/framework/opengl/
gluShaderUtil.hpp
157
TYPE_SAMPLER_2D_MULTISAMPLE
,
218
inline bool isDataTypeSamplerMultisample(DataType dataType) { return (dataType >=
TYPE_SAMPLER_2D_MULTISAMPLE
) && (dataType <= TYPE_UINT_SAMPLER_2D_MULTISAMPLE); }
gluShaderUtil.cpp
406
TYPE_SAMPLER_2D_MULTISAMPLE
, // sampler2DMS
693
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 39 milliseconds