Searched refs:ClearBufferfv (Results 1 – 10 of 10) sorted by relevance
/external/angle/src/libANGLE/renderer/gl/ |
D | ClearMultiviewGL.h | 34 ClearBufferfv, enumerator
|
D | ClearMultiviewGL.cpp | 93 case ClearCommandType::ClearBufferfv: in genericClear()
|
D | FramebufferGL.cpp | 548 ClearMultiviewGL::ClearCommandType::ClearBufferfv, in clearBufferfv()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 995 { "glClearBufferfv", _O(ClearBufferfv) },
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 286 void GL_APIENTRY ClearBufferfv(GLenum buffer, GLint drawbuffer, const GLfloat *value);
|
D | libGLESv3.cpp | 2328 void GL_APIENTRY ClearBufferfv(GLenum buffer, GLint drawbuffer, const GLfloat *value) in ClearBufferfv() function
|
D | entry_points.cpp | 1307 return gl::ClearBufferfv(buffer, drawbuffer, value); in glClearBufferfv()
|
D | libGLESv2.cpp | 6312 FUNCTION(ClearBufferfv), in es2GetProcAddress()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.cpp | 279 ANGLE_CAPTURE(ClearBufferfv, isCallValid, context, buffer, drawbuffer, value); in GL_ClearBufferfv()
|
/external/angle/src/libGL/ |
D | entry_points_gl_3_autogen.cpp | 365 ANGLE_CAPTURE(ClearBufferfv, isCallValid, context, buffer, drawbuffer, value); in GL_ClearBufferfv()
|