Home
last modified time | relevance | path

Searched refs:GL_COLOR_MATERIAL (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/docs/
Dperf.rst34 GL_LIGHT_MODEL_LOCAL_VIEWER is false GL_COLOR_MATERIAL is disabled No
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_opengl2.cpp118 glDisable(GL_COLOR_MATERIAL); in ImGui_ImplOpenGL2_SetupRenderState()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DLightsTest.cpp61 EXPECT_GL_FALSE(glIsEnabled(GL_COLOR_MATERIAL)); in TEST_P()
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/
Dgl.h109 #define GL_COLOR_MATERIAL 0x0B57 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/
Dgl.h113 #define GL_COLOR_MATERIAL 0x0B57 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/
Dgl.h178 #define GL_COLOR_MATERIAL 0x0B57 macro
/third_party/openGLES/api/GLSC/1.0.1/
Dgl.h109 #define GL_COLOR_MATERIAL 0x0B57 macro
/third_party/openGLES/api/GLSC/1.0/
Dgl.h113 #define GL_COLOR_MATERIAL 0x0B57 macro
/third_party/openGLES/api/GLES/1.0/
Dgl.h178 #define GL_COLOR_MATERIAL 0x0B57 macro
/third_party/mesa3d/src/mesa/main/
Denable.c481 case GL_COLOR_MATERIAL: in _mesa_set_enable()
1566 case GL_COLOR_MATERIAL: in _mesa_IsEnabled()
Dattrib.c359 GL_COLOR_MATERIAL); in pop_enable_group()
907 attr->Light.ColorMaterialEnabled, GL_COLOR_MATERIAL); in _mesa_PopAttrib()
/third_party/mesa3d/include/GLES/
Dgl.h127 #define GL_COLOR_MATERIAL 0x0B57 macro
/third_party/skia/third_party/externals/swiftshader/include/GLES/
Dgl.h127 #define GL_COLOR_MATERIAL 0x0B57 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES/
Dgl.h127 #define GL_COLOR_MATERIAL 0x0B57 macro
/third_party/openGLES/api/GLES/
Dgl.h108 #define GL_COLOR_MATERIAL 0x0B57 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DGLES1Renderer.cpp179 glState->getEnableFeature(GL_COLOR_MATERIAL); in prepareForDraw()
DState.cpp1373 case GL_COLOR_MATERIAL: in setEnableFeature()
1520 case GL_COLOR_MATERIAL: in getEnableFeature()
DvalidationES2.cpp655 case GL_COLOR_MATERIAL: in ValidCap()
/third_party/skia/third_party/externals/angle2/include/GLES/
Dgl.h131 #define GL_COLOR_MATERIAL 0x0B57 macro
/third_party/mesa3d/include/GL/
Dgl.h304 #define GL_COLOR_MATERIAL 0x0B57 macro
/third_party/glfw/deps/glad/
Dglad.h445 #define GL_COLOR_MATERIAL 0x0B57 macro
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt1941 - Examples: OpenGL2: Disabling/restoring GL_LIGHTING and GL_COLOR_MATERIAL to increase compatibilit…