/third_party/mesa3d/src/mesa/main/ |
D | blit.c | 928 GLuint readFramebuffer, GLuint drawFramebuffer, in blit_named_framebuffer() 978 GLuint drawFramebuffer, in _mesa_BlitNamedFramebuffer_no_error() 995 _mesa_BlitNamedFramebuffer(GLuint readFramebuffer, GLuint drawFramebuffer, in _mesa_BlitNamedFramebuffer()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.cpp | 2488 const gl::Framebuffer *drawFramebuffer) in updateDepthTestEnabled() 2515 const gl::Framebuffer *drawFramebuffer) in updateDepthWriteEnabled() 2529 const gl::Framebuffer *drawFramebuffer) in updateStencilTestEnabled() 2580 const gl::Framebuffer *drawFramebuffer) in updateStencilFrontWriteMask() 2591 const gl::Framebuffer *drawFramebuffer) in updateStencilBackWriteMask()
|
D | ContextVk.cpp | 167 uint32_t GetCoverageSampleCount(const gl::State &glState, FramebufferVk *drawFramebuffer) in GetCoverageSampleCount() 3422 FramebufferVk *drawFramebuffer = vk::GetImpl(mState.getDrawFramebuffer()); in updateSampleMaskWithRasterizationSamples() local 3557 gl::Framebuffer *drawFramebuffer = mState.getDrawFramebuffer(); in updateDepthStencil() local 3908 gl::Framebuffer *drawFramebuffer = glState.getDrawFramebuffer(); in syncState() local 4181 gl::Framebuffer *drawFramebuffer = glState.getDrawFramebuffer(); in updateFlipViewportDrawFramebuffer() local 4263 gl::Framebuffer *drawFramebuffer = glState.getDrawFramebuffer(); in updateSurfaceRotationDrawFramebuffer() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.cpp | 781 Framebuffer *drawFramebuffer = getDrawFramebuffer(); in setFramebufferDrawBuffers() local 3911 Framebuffer *drawFramebuffer = getDrawFramebuffer(); in detachTexture() local 3958 Framebuffer *drawFramebuffer = getDrawFramebuffer(); in detachRenderbuffer() local 4043 Framebuffer *drawFramebuffer = getDrawFramebuffer(); in blitFramebuffer() local
|
D | Context.h | 387 GLuint drawFramebuffer; member
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | BlitFramebufferANGLETest.cpp | 322 void multisampleTestHelper(GLuint readFramebuffer, GLuint drawFramebuffer) in multisampleTestHelper()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 1147 gl::Framebuffer *drawFramebuffer = glState.getDrawFramebuffer(); in setBlendDepthRasterStates() local 1763 const gl::Framebuffer *drawFramebuffer = state.getDrawFramebuffer(); in applyShaders() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | State.cpp | 1770 Framebuffer *drawFramebuffer = mDrawFramebuffer; in detachRenderbuffer() local
|
D | validationES.cpp | 1506 Framebuffer *drawFramebuffer = glState.getDrawFramebuffer(); in ValidateBlitFramebufferParameters() local
|
D | validationGL4.cpp | 1003 GLuint drawFramebuffer, in ValidateBlitNamedFramebuffer()
|
D | validationES2.cpp | 2436 Framebuffer *drawFramebuffer = context->getState().getDrawFramebuffer(); in ValidateBlitFramebufferANGLE() local
|
D | Context_gl.cpp | 2842 GLuint drawFramebuffer, in blitNamedFramebuffer()
|
D | Context.cpp | 4185 Framebuffer *drawFramebuffer = mState.getDrawFramebuffer(); in blitFramebuffer() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | StateManager11.cpp | 1244 const gl::Framebuffer *drawFramebuffer = glState.getDrawFramebuffer(); in handleMultiviewDrawFramebufferChange() local
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 6008 GLuint drawFramebuffer, in GL_BlitNamedFramebuffer()
|
D | libGL_autogen.cpp | 5427 GLuint drawFramebuffer, in glBlitNamedFramebuffer()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | null_functions.cpp | 177 GLuint drawFramebuffer, in glBlitNamedFramebufferNULL()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluCallLogWrapper.inl | 294 …gWrapper::glBlitNamedFramebuffer (glw::GLuint readFramebuffer, glw::GLuint drawFramebuffer, glw::G…
|
/third_party/vk-gl-cts/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 326 …oid GLW_APIENTRY glBlitNamedFramebuffer (GLuint readFramebuffer, GLuint drawFramebuffer, GLint src…
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwImpl.inl | 335 void glwBlitNamedFramebuffer (GLuint readFramebuffer, GLuint drawFramebuffer, GLint srcX0, GLint sr…
|