Home
last modified time | relevance | path

Searched refs:E_GL_OES_geometry_point_size (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DVersions.h246 const char* const E_GL_OES_geometry_point_size = "GL_OES_geometry_point_size"; variable
270 …* const AEP_geometry_point_size[] = { E_GL_EXT_geometry_point_size, E_GL_OES_geometry_point_size };
DVersions.cpp269 extensionBehavior[E_GL_OES_geometry_point_size] = EBhDisable; in initializeExtensionBehavior()