OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EBhDisable
(Results
1 - 5
of
5
) sorted by null
/prebuilts/ndk/r13/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
;
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
;
162
extensionBehavior[E_GL_ARB_texture_gather] =
EBhDisable
;
[
all
...]
Versions.h
93
EBhDisable
,
/external/swiftshader/src/OpenGL/compiler/
ExtensionBehavior.h
26
EBhDisable
,
37
case
EBhDisable
: return "disable";
DirectiveHandler.cpp
31
else if (str == kDisable) return
EBhDisable
;
147
case
EBhDisable
:
ParseHelper.cpp
1111
if (iter->second ==
EBhDisable
|| iter->second == EBhUndefined) {
[
all
...]
Completed in 48 milliseconds