HomeSort by relevance Sort by last modified time
    Searched refs:EBhDisable (Results 1 - 5 of 5) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Versions.cpp 80 // extensionBehavior[XXX_extension_X] = EBhDisable;
153 extensionBehavior[E_GL_OES_texture_3D] = EBhDisable;
154 extensionBehavior[E_GL_OES_standard_derivatives] = EBhDisable;
155 extensionBehavior[E_GL_EXT_frag_depth] = EBhDisable;
156 extensionBehavior[E_GL_OES_EGL_image_external] = EBhDisable;
157 extensionBehavior[E_GL_EXT_shader_texture_lod] = EBhDisable;
158 extensionBehavior[E_GL_EXT_shadow_samplers] = EBhDisable;
159 extensionBehavior[E_GL_ARB_texture_rectangle] = EBhDisable;
160 extensionBehavior[E_GL_3DL_array_objects] = EBhDisable;
161 extensionBehavior[E_GL_ARB_shading_language_420pack] = EBhDisable;
    [all...]
Versions.h 98 EBhDisable,
  /external/swiftshader/src/OpenGL/compiler/
ExtensionBehavior.h 26 EBhDisable,
37 case EBhDisable: return "disable";
DirectiveHandler.cpp 31 else if (str == kDisable) return EBhDisable;
148 case EBhDisable:
ParseHelper.cpp 1063 if (iter->second == EBhDisable || iter->second == EBhUndefined) {
    [all...]

Completed in 401 milliseconds