Home
last modified time | relevance | path

Searched refs:EXTENSIONTYPE_NONE (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cTestPackages.cpp127 glcts::ExtParameters extParams(glu::GLSL_VERSION_400, glcts::EXTENSIONTYPE_NONE); in init()
168 glcts::ExtParameters extParams(glu::GLSL_VERSION_410, glcts::EXTENSIONTYPE_NONE); in init()
320 glcts::ExtParameters extParams(glu::GLSL_VERSION_440, glcts::EXTENSIONTYPE_NONE); in init()
/external/deqp/external/openglcts/modules/glesext/
DesextcTestPackage.cpp134 extParams.extType = glcts::EXTENSIONTYPE_NONE; in init()
DesextcTestCaseBase.hpp77 EXTENSIONTYPE_NONE, /* Not an extension (part of this version of OpenGL or OpenGL ES) */ enumerator
DesextcTestCaseBase.cpp1021 if (type == EXTENSIONTYPE_NONE && name != EXTENSIONNAME_GEOMETRY_POINT_SIZE && in getGLSLExtDirective()
/external/deqp/external/openglcts/modules/gles32/
Des32cTestPackage.cpp165 glcts::ExtParameters extParams(glu::GLSL_VERSION_320_ES, glcts::EXTENSIONTYPE_NONE); in init()