/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Framebuffer.h | 95 GLenum drawBuffer[MAX_COLOR_ATTACHMENTS]; variable
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Framebuffer11.cpp | 69 for (size_t drawBuffer : mState.getEnabledDrawBuffers()) in markAttachmentsDirty() local 300 const gl::FramebufferAttachment &drawBuffer = colorAttachments[colorAttachment]; in blitImpl() local 351 const gl::FramebufferAttachment *drawBuffer = mState.getDepthOrStencilAttachment(); in blitImpl() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Framebuffer11.cpp | 70 for (size_t drawBuffer : mState.getEnabledDrawBuffers()) in markAttachmentsDirty() local 301 const gl::FramebufferAttachment &drawBuffer = colorAttachments[colorAttachment]; in blitImpl() local 358 const gl::FramebufferAttachment *drawBuffer = mState.getDepthOrStencilAttachment(); in blitImpl() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Framebuffer9.cpp | 243 const gl::FramebufferAttachment *drawBuffer = mState.getColorAttachment(0); in blitImpl() local 360 const gl::FramebufferAttachment *drawBuffer = mState.getDepthOrStencilAttachment(); in blitImpl() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Framebuffer9.cpp | 244 const gl::FramebufferAttachment *drawBuffer = mState.getColorAttachment(0); in blitImpl() local 362 const gl::FramebufferAttachment *drawBuffer = mState.getDepthOrStencilAttachment(); in blitImpl() local
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fRasterizationTests.cpp | 254 std::vector<tcu::Vec4> drawBuffer; in iterate() local 340 std::vector<tcu::Vec4> drawBuffer; in iterate() local 444 std::vector<tcu::Vec4> drawBuffer; in iterate() local 1135 std::vector<tcu::Vec4> drawBuffer; in iterate() local 1386 std::vector<tcu::Vec4> drawBuffer; in iterate() local 1571 std::vector<tcu::Vec4> drawBuffer; in iterate() local 1768 std::vector<tcu::Vec4> drawBuffer; in iterate() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fRasterizationTests.cpp | 457 std::vector<tcu::Vec4> drawBuffer; in iterate() local 578 std::vector<tcu::Vec4> drawBuffer; in iterate() local 721 std::vector<tcu::Vec4> drawBuffer; in iterate() local 1284 std::vector<tcu::Vec4> drawBuffer; in iterate() local 1535 std::vector<tcu::Vec4> drawBuffer; in iterate() local 1721 std::vector<tcu::Vec4> drawBuffer; in iterate() local 1987 std::vector<tcu::Vec4> drawBuffer; in iterate() local
|
/third_party/skia/third_party/externals/angle2/samples/multiview/ |
D | Multiview.cpp | 102 GLenum drawBuffer = GL_COLOR_ATTACHMENT0; in initialize() local
|
/third_party/flutter/skia/third_party/externals/angle2/samples/multiview/ |
D | Multiview.cpp | 102 GLenum drawBuffer = GL_COLOR_ATTACHMENT0; in initialize() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 414 const DrawBufferInfo& drawBuffer = drawBuffers[renderbufferNdx]; in genRenderbuffers() local 432 const DrawBufferInfo& drawBuffer = drawBuffers[renderbufferNdx]; in genRenderbuffers() local 905 const DrawBufferInfo& drawBuffer = drawBuffers[drawBufferNdx]; in genFragmentSource() local 938 const DrawBufferInfo& drawBuffer = drawBuffers[drawBufferNdx]; in genFragmentSource() local 1117 const DrawBufferInfo& drawBuffer = drawBuffers[drawBufferNdx]; in logTestCaseInfo() local
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluStateReset.cpp | 397 const deUint32 drawBuffer = defaultFbo != 0 ? GL_COLOR_ATTACHMENT0 : GL_BACK; in resetStateES() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
D | es3cNumberParsingTests.cpp | 446 glw::GLenum drawBuffer = GL_COLOR_ATTACHMENT0; in setupRenderTarget() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 1002 std::vector<tcu::Vec4> drawBuffer; in iterate() local 1369 std::vector<tcu::Vec4> drawBuffer; in iterate() local 1406 …or<LineSceneSpec::SceneLine>& lines, tcu::Surface& resultImage, std::vector<tcu::Vec4>& drawBuffer) in compareAndVerify() 1642 std::vector<tcu::Vec4> drawBuffer; in iterate() local 1679 std::vector<tcu::Vec4>& drawBuffer) in compareAndVerify() 2842 …ceneSpec::SceneTriangle>& triangles, tcu::Surface& resultImage, std::vector<tcu::Vec4>& drawBuffer) in compareAndVerify() 3619 …or<LineSceneSpec::SceneLine>& lines, tcu::Surface& resultImage, std::vector<tcu::Vec4>& drawBuffer) in compareAndVerify() 4167 …PointSceneSpec::ScenePoint>& points, tcu::Surface& resultImage, std::vector<tcu::Vec4>& drawBuffer) in compareAndVerify() 4740 std::vector<tcu::Vec4> drawBuffer; in iterate() local 5029 std::vector<tcu::Vec4> drawBuffer; in iterate() local [all …]
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | xm_api.c | 1173 xmesa_check_and_update_buffer_size(XMesaContext xmctx, XMesaBuffer drawBuffer) in xmesa_check_and_update_buffer_size() 1198 GLboolean XMesaMakeCurrent2( XMesaContext c, XMesaBuffer drawBuffer, in XMesaMakeCurrent2()
|
/third_party/mesa3d/src/mesa/main/ |
D | context.c | 1584 struct gl_framebuffer *drawBuffer, in _mesa_make_current()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cTextureGatherTests.cpp | 1024 GLenum drawBuffer = GL_COLOR_ATTACHMENT0; in Run() local 3092 GLenum drawBuffer = GL_COLOR_ATTACHMENT0; in Run() local 3268 GLenum drawBuffer = GL_COLOR_ATTACHMENT0; in Run() local 3423 GLenum drawBuffer = GL_COLOR_ATTACHMENT0; in Run() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcGLSLVectorConstructorTests.cpp | 547 glw::GLenum drawBuffer = GL_COLOR_ATTACHMENT0; in setupRenderTarget() local
|
D | glcPackedDepthStencilTests.cpp | 471 GLint drawBuffer; in setDrawReadBuffer() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
D | DisplayGbm.cpp | 696 void DisplayGbm::drawBuffer(const gl::Context *context, Buffer *buffer) in drawBuffer() function in rx::DisplayGbm
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | MultisampledRenderToTextureTest.cpp | 3554 for (GLint drawBuffer = 0; drawBuffer < maxDrawBuffers; ++drawBuffer) in drawCopyThenBlendAllAttachmentsMixed() local 3564 for (GLint drawBuffer = 0; drawBuffer < maxDrawBuffers; ++drawBuffer) in drawCopyThenBlendAllAttachmentsMixed() local 3582 for (GLint drawBuffer = 0; drawBuffer < maxDrawBuffers; ++drawBuffer) in drawCopyThenBlendAllAttachmentsMixed() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cTextureGatherTests.cpp | 911 GLenum drawBuffer = GL_COLOR_ATTACHMENT0; in Run() local 1644 GLenum drawBuffer = GL_COLOR_ATTACHMENT0; in Run() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ozone/ |
D | DisplayOzone.cpp | 771 void DisplayOzone::drawBuffer(const gl::Context *context, Buffer *buffer) in drawBuffer() function in rx::DisplayOzone
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | xm_api.c | 1272 GLboolean XMesaMakeCurrent2( XMesaContext c, XMesaBuffer drawBuffer, in XMesaMakeCurrent2()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | FramebufferGL.cpp | 1196 GLint drawBuffer) in syncClearBufferState()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | FramebufferGL.cpp | 1409 GLint drawBuffer) in syncClearBufferState()
|