Searched refs:clearNamedFramebufferfi (Results 1 – 13 of 13) sorted by relevance
/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 173 void clearNamedFramebufferfi(FramebufferID framebufferPacked, GLenum buffer, GLint drawbuffer, \
|
D | Context_gl.cpp | 2905 void Context::clearNamedFramebufferfi(FramebufferID framebuffer, in clearNamedFramebufferfi() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 70 glClearNamedFramebufferfiFunc clearNamedFramebufferfi; variable
|
D | glwInitGL45.inl | 64 gl->clearNamedFramebufferfi = (glClearNamedFramebufferfiFunc) loader->get("glClearNamedFr…
|
D | glwInitGL46.inl | 64 gl->clearNamedFramebufferfi = (glClearNamedFramebufferfiFunc) loader->get("glClearNamedFr…
|
D | glwInitExtGL.inl | 613 …gl->clearNamedFramebufferfi = (glClearNamedFramebufferfiFunc) loader->get("glClearNamedFr…
|
D | glwImpl.inl | 524 gl->clearNamedFramebufferfi(framebuffer, buffer, drawbuffer, depth, stencil);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 125 ASSIGN("glClearNamedFramebufferfi", clearNamedFramebufferfi); in initProcsDesktopGL() 1815 ASSIGN("glClearNamedFramebufferfi", clearNamedFramebufferfi); in initProcsDesktopGL() 2914 clearNamedFramebufferfi = &glClearNamedFramebufferfiNULL; in initProcsDesktopGLNULL() 4602 clearNamedFramebufferfi = &glClearNamedFramebufferfiNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 623 PFNGLCLEARNAMEDFRAMEBUFFERFIPROC clearNamedFramebufferfi = nullptr; variable
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 2405 gl.clearNamedFramebufferfi(m_fbo, GL_DEPTH_STENCIL, 0, depth, stencil); in TestClearDepthAndStencil() 6195 gl.clearNamedFramebufferfi(m_fbo_invalid, GL_DEPTH_STENCIL, 0, fcolor[0], icolor[0]); in iterate() 6222 gl.clearNamedFramebufferfi(m_fbo_valid, GL_COLOR, 0, fcolor[0], icolor[0]); in iterate() 6253 gl.clearNamedFramebufferfi(m_fbo_valid, GL_DEPTH_STENCIL, 1, fcolor[0], icolor[0]); in iterate() 7347 gl.clearNamedFramebufferfi(m_fbo_1st, GL_DEPTH_STENCIL, 0, depth_value, stencil_value); in ClearFramebuffers()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 70 gl->clearNamedFramebufferfi = glClearNamedFramebufferfi;
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 5963 context->clearNamedFramebufferfi(framebufferPacked, buffer, drawbuffer, depth, stencil); in GL_ClearNamedFramebufferfi()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 468 m_gl.clearNamedFramebufferfi(framebuffer, buffer, drawbuffer, depth, stencil);
|