Searched refs:ClearIndex (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | clear.c | 52 ctx->Color.ClearIndex = (GLuint) c; in _mesa_ClearIndex()
|
D | attrib.c | 775 TEST_AND_CALL1(Color.ClearIndex, ClearIndex); in _mesa_PopAttrib()
|
D | blend.c | 1231 ctx->Color.ClearIndex = 0; in _mesa_init_color()
|
D | mtypes.h | 327 GLuint ClearIndex; /**< Index for glClear */ member
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 97 ClearIndex, enumerator
|
D | entry_points_enum_autogen.cpp | 179 case EntryPoint::ClearIndex: in GetEntryPointName()
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 769 { "glClearIndex", _O(ClearIndex) },
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_0_autogen.h | 36 ANGLE_EXPORT void GL_APIENTRY ClearIndex(GLfloat c);
|
D | proc_table_wgl_autogen.cpp | 106 {"glClearIndex", P(gl::ClearIndex)},
|
D | entry_points_gl_1_0_autogen.cpp | 240 void GL_APIENTRY ClearIndex(GLfloat c) in ClearIndex() function 253 ANGLE_CAPTURE(ClearIndex, isCallValid, context, c); in ClearIndex()
|
D | libGL_autogen.cpp | 100 return gl::ClearIndex(c); in glClearIndex()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 315 ANGLE_CAPTURE(ClearIndex, isCallValid, context, c); in GL_ClearIndex()
|