Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h800 bool OES_texture_storage_multisample_2d_array_enable; member
Dglsl_lexer.ll484 … yyextra->ARB_texture_multisample_enable || yyextra->OES_texture_storage_multisample_2d_array_enab…
485 … yyextra->ARB_texture_multisample_enable || yyextra->OES_texture_storage_multisample_2d_array_enab…
486 … yyextra->ARB_texture_multisample_enable || yyextra->OES_texture_storage_multisample_2d_array_enab…
Dbuiltin_types.cpp317 state->OES_texture_storage_multisample_2d_array_enable) { in _mesa_glsl_initialize_types()
Dbuiltin_functions.cpp498 state->OES_texture_storage_multisample_2d_array_enable; in texture_multisample_array()