/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
D | FogTest.cpp | 66 glGetFloatv(GL_FOG_COLOR, &initialFogColor.R); in TEST_P() 123 glFogfv(GL_FOG_COLOR, &testColor.R); in TEST_P() 125 glGetFloatv(GL_FOG_COLOR, fogValue); in TEST_P()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
D | FogTest.cpp | 66 glGetFloatv(GL_FOG_COLOR, &initialFogColor.R); in TEST_P() 123 glFogfv(GL_FOG_COLOR, &testColor.R); in TEST_P() 125 glGetFloatv(GL_FOG_COLOR, fogValue); in TEST_P()
|
/third_party/mesa3d/src/mesa/main/ |
D | fog.c | 68 case GL_FOG_COLOR: in _mesa_Fogiv() 144 case GL_FOG_COLOR: in _mesa_Fogfv()
|
D | glthread_marshal.h | 207 case GL_FOG_COLOR: in _mesa_fog_enum_to_count()
|
D | es1_conversion.c | 135 case GL_FOG_COLOR: in _mesa_Fogxv()
|
D | attrib.c | 861 _mesa_Fogfv(GL_FOG_COLOR, attr->Fog.Color); in _mesa_PopAttrib()
|
/third_party/mesa3d/src/glx/tests/ |
D | enum_sizes.cpp | 89 EXPECT_EQ(4, __glFogfv_size(GL_FOG_COLOR)); in TEST() 103 case GL_FOG_COLOR: in TEST()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | capture_gles_1_0_params.cpp | 52 int count = (pname == GL_FOG_COLOR) ? 4 : 1; in CaptureFogfv_params()
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/ |
D | gl.h | 210 #define GL_FOG_COLOR 0x0B66 macro
|
/third_party/openGLES/api/GLES/1.0/ |
D | gl.h | 210 #define GL_FOG_COLOR 0x0B66 macro
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | queryutils.cpp | 2290 case GL_FOG_COLOR: in SetFogParameters() 2315 case GL_FOG_COLOR: in GetFogParameters() 2332 case GL_FOG_COLOR: in GetFogParameterCount()
|
D | validationES1.cpp | 383 case GL_FOG_COLOR: in ValidateFogCommon()
|
D | State.cpp | 2019 case GL_FOG_COLOR: in getFloatv()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | queryutils.cpp | 2568 case GL_FOG_COLOR: in SetFogParameters() 2593 case GL_FOG_COLOR: in GetFogParameters() 2610 case GL_FOG_COLOR: in GetFogParameterCount() 3629 case GL_FOG_COLOR: in GetQueryParameterInfo()
|
D | validationES1.cpp | 411 case GL_FOG_COLOR: in ValidateFogCommon()
|
D | State.cpp | 2583 case GL_FOG_COLOR: in getFloatv()
|
/third_party/flutter/glfw/examples/ |
D | particles.c | 836 glFogfv(GL_FOG_COLOR, fog_color); in draw_scene()
|
/third_party/openGLES/api/GLES/ |
D | gl.h | 132 #define GL_FOG_COLOR 0x0B66 macro
|
/third_party/mesa3d/include/GLES/ |
D | gl.h | 151 #define GL_FOG_COLOR 0x0B66 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES/ |
D | gl.h | 151 #define GL_FOG_COLOR 0x0B66 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/ |
D | gl.h | 151 #define GL_FOG_COLOR 0x0B66 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES/ |
D | gl.h | 155 #define GL_FOG_COLOR 0x0B66 macro
|
/third_party/flutter/skia/third_party/externals/angle2/include/GLES/ |
D | gl.h | 155 #define GL_FOG_COLOR 0x0B66 macro
|
/third_party/mesa3d/include/GL/ |
D | gl.h | 381 #define GL_FOG_COLOR 0x0B66 macro
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_opengl.h | 436 #define GL_FOG_COLOR 0x0B66 macro
|