Home
last modified time | relevance | path

Searched refs:EXTENSIONTYPE_OES (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/
DesextcTestPackage.cpp144 glcts::ExtParameters viewportParams(glu::GLSL_VERSION_310_ES, glcts::EXTENSIONTYPE_OES); in init()
147 glcts::ExtParameters viewportParams2(glu::GLSL_VERSION_100_ES, glcts::EXTENSIONTYPE_OES); in init()
DesextcTestCaseBase.cpp149 if (m_extType == EXTENSIONTYPE_OES) in initExtensions()
1034 type = EXTENSIONTYPE_OES; in getGLSLExtDirective()
1042 type = EXTENSIONTYPE_OES; in getGLSLExtDirective()
1059 type = EXTENSIONTYPE_OES; in getGLSLExtDirective()
1076 case EXTENSIONTYPE_OES: in getGLSLExtDirective()
DesextcTestCaseBase.hpp80 EXTENSIONTYPE_OES /* OES Khronos extension */ enumerator
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTestPackage.cpp222 glcts::ExtParameters extParams(glu::GLSL_VERSION_310_ES, glcts::EXTENSIONTYPE_OES); in init()