Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DVersions.h285 const char* const E_GL_OES_texture_cube_map_array = "GL_OES_texture_cube_map_array"; variable
330 …EP_texture_cube_map_array[] = { E_GL_EXT_texture_cube_map_array, E_GL_OES_texture_cube_map_array };
DVersions.cpp318 extensionBehavior[E_GL_OES_texture_cube_map_array] = EBhDisable; in initializeExtensionBehavior()