Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DVersions.h248 const char* const E_GL_OES_primitive_bounding_box = "GL_OES_primitive_bounding_box"; variable
276 …EP_primitive_bounding_box[] = { E_GL_EXT_primitive_bounding_box, E_GL_OES_primitive_bounding_box };
DVersions.cpp271 extensionBehavior[E_GL_OES_primitive_bounding_box] = EBhDisable; in initializeExtensionBehavior()