Searched refs:Blit (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/shaders/ |
H A D | generate_shaders.bat | 23 call:BuildShader Blit.vs standardvs vs_2_0 compiled\standardvs.h %debug%
24 call:BuildShader Blit.ps passthroughps ps_2_0 compiled\passthroughps.h %debug%
25 call:BuildShader Blit.ps luminanceps ps_2_0 compiled\luminanceps.h %debug%
26 call:BuildShader Blit.ps luminancepremultps ps_2_0 compiled\luminancepremultps.h %debug%
27 call:BuildShader Blit.ps luminanceunmultps ps_2_0 compiled\luminanceunmultps.h %debug%
28 call:BuildShader Blit.ps componentmaskps ps_2_0 compiled\componentmaskps.h %debug%
29 call:BuildShader Blit.ps componentmaskpremultps ps_2_0 compiled\componentmaskpremultps.h %debug%
30 call:BuildShader Blit.ps componentmaskunmultps ps_2_0 compiled\componentmaskunmultps.h %debug%
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | DirectFBSurfaceEXT.cpp | 83 surface->Blit(surface, dfbImage, NULL, 0, 0); in present()
|
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
H A D | SoftwareRenderer.cpp | 112 void Blit(RasBuf32 src) in Blit() function 238 dstClip.Blit(srcBuf); in Display()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_internal_shaders_autogen.h | 29 enum Blit enum
|
H A D | FramebufferVk.cpp | 1300 // Blit depth. If shader stencil export is present, blit stencil as well. in blit() 1936 if (command != gl::Command::Blit) in syncState()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | FramebufferMultiviewTest.cpp | 328 TEST_P(FramebufferMultiviewTest, Blit) in TEST_P()
|
H A D | DrawBuffersTest.cpp | 1172 TEST_P(ColorMaskForDrawBuffersTest, Blit) in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | angletypes.h | 35 Blit, member in gl::Command
|
H A D | Context.cpp | 5359 return syncState(mBlitDirtyBits, mBlitDirtyObjects, Command::Blit); in syncStateForBlit()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessTests.hpp | 2641 /** Blit Named Framebuffer 2652 * Blit one pixel of the first framebuffer to the second framebuffer to the 2658 * Blit one pixel of the first framebuffer to the second framebuffer to the 2665 * Blit the whole first framebuffer to the second framebuffer by shrinking 2671 * Blit one pixel of the framebuffer to the second framebuffer by expanding 3574 * Blit the color content of the first framebuffer to the second with 3748 * Clear framebuffer's renderbuffer attachment with reference value. Blit 3811 void Blit(glw::GLuint width, glw::GLuint height);
|
H A D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 2665 /******************************** Blit Named Framebuffer Test Implementation ********************************/ 2672 : deqp::TestCase(context, "framebuffers_blit", "Framebuffer Blit Test") in BlitTest() 2683 /** @brief Iterate Named Framebuffer Blit Test cases. 7685 /* Blit framebuffer content. */ in DrawAndBlit() 8496 Blit(test_cases[i].width, test_cases[i].height); in iterate() 8644 /** Blit one framebuffer to the second. 8651 void StorageMultisampleTest::Blit(glw::GLuint width, glw::GLuint height) in Blit() function in gl4cts::DirectStateAccess::Renderbuffers::StorageMultisampleTest
|
Completed in 45 milliseconds