/external/chromium_org/third_party/mesa/src/docs/OLD/ |
D | MESA_packed_depth_stencil.spec | 34 Provides a mechanism for DrawPixels and ReadPixels to efficiently 61 Accepted by the <format> parameter of ReadPixels and DrawPixels: 65 Accepted by the <type> parameter of ReadPixels and DrawPixels: 78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats). 102 Table 3.5: DrawPixels and ReadPixels formats. The third column
|
/external/mesa3d/docs/OLD/ |
D | MESA_packed_depth_stencil.spec | 34 Provides a mechanism for DrawPixels and ReadPixels to efficiently 61 Accepted by the <format> parameter of ReadPixels and DrawPixels: 65 Accepted by the <type> parameter of ReadPixels and DrawPixels: 78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats). 102 Table 3.5: DrawPixels and ReadPixels formats. The third column
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_framebuffers.cc | 275 void ReadPixels(GLint x, in ReadPixels() function in gpu::gles2::__anon0b1001800111::ReadPixelsEmulator 390 typedef ReadPixels::Result Result; in CheckReadPixelsOutOfRange() 413 ReadPixels(read_x, yy, read_width, 1, kFormat, GL_UNSIGNED_BYTE, _)) in CheckReadPixelsOutOfRange() 414 .WillOnce(Invoke(&emu, &ReadPixelsEmulator::ReadPixels)) in CheckReadPixelsOutOfRange() 418 ReadPixels cmd; in CheckReadPixelsOutOfRange() 475 TEST_P(GLES2DecoderTest, ReadPixels) { in TEST_P() argument 490 typedef ReadPixels::Result Result; in TEST_P() 502 ReadPixels(0, 0, kWidth, kHeight, GL_RGB, GL_UNSIGNED_BYTE, _)) in TEST_P() 503 .WillOnce(Invoke(&emu, &ReadPixelsEmulator::ReadPixels)); in TEST_P() 504 ReadPixels cmd; in TEST_P() [all …]
|
/external/chromium_org/third_party/angle/extensions/ |
D | ANGLE_pack_reverse_row_order.txt | 47 effectively allows an application to flip the results of a ReadPixels 52 that perform ReadPixels may have to either render to an intermediate color 53 buffer before calling ReadPixels or perform a flip in software after 54 ReadPixels. In some systems the GL can perform the row reversal during 55 ReadPixels without incurring additional cost.
|
D | EXT_texture_rg.txt | 73 and the <format> parameter of TexImage2D, TexSubImage2D, and ReadPixels: 90 (Add the following to Table 3.3: "TexImage2D and ReadPixels formats")
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_readpixels.c | 60 functions->ReadPixels = st_readpixels; in st_init_readpixels_functions()
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_cb_readpixels.c | 60 functions->ReadPixels = st_readpixels; in st_init_readpixels_functions()
|
/external/chromium_org/ui/compositor/ |
D | layer_unittest.cc | 131 bool ReadPixels(SkBitmap* bitmap) { in ReadPixels() function in ui::__anonb685e66a0111::LayerWithRealCompositorTest 132 return ReadPixels(bitmap, gfx::Rect(GetCompositor()->size())); in ReadPixels() 135 bool ReadPixels(SkBitmap* bitmap, gfx::Rect source_rect) { in ReadPixels() function in ui::__anonb685e66a0111::LayerWithRealCompositorTest 867 ASSERT_TRUE(ReadPixels(&bitmap, gfx::Rect(viewport_size))); in TEST_F() 1024 ASSERT_TRUE(ReadPixels(&bitmap)); in TEST_F() 1031 ASSERT_TRUE(ReadPixels(&bitmap)); in TEST_F() 1039 ASSERT_TRUE(ReadPixels(&bitmap)); in TEST_F() 1046 ASSERT_TRUE(ReadPixels(&bitmap)); in TEST_F() 1053 ASSERT_TRUE(ReadPixels(&bitmap)); in TEST_F() 1060 ASSERT_TRUE(ReadPixels(&bitmap)); in TEST_F() [all …]
|
/external/chromium_org/media/filters/ |
D | mock_gpu_video_accelerator_factories.h | 42 MOCK_METHOD3(ReadPixels,
|
D | gpu_video_accelerator_factories.h | 65 virtual void ReadPixels(uint32 texture_id,
|
/external/chromium_org/content/renderer/media/ |
D | renderer_gpu_video_accelerator_factories.h | 60 virtual void ReadPixels(uint32 texture_id,
|
D | renderer_gpu_video_accelerator_factories.cc | 175 void RendererGpuVideoAcceleratorFactories::ReadPixels( in ReadPixels() function in content::RendererGpuVideoAcceleratorFactories 222 gles2->ReadPixels(visible_rect.x(), in ReadPixels()
|
/external/mesa3d/src/glx/apple/ |
D | apple_xgl_api_read.c | 106 __ogl_framework_api->ReadPixels(x, y, width, height, format, type, pixels); in __applegl_glReadPixels()
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
D | apple_xgl_api_read.c | 106 __ogl_framework_api->ReadPixels(x, y, width, height, format, type, pixels); in __applegl_glReadPixels()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel.c | 165 functions->ReadPixels = intelReadPixels; in intelInitPixelFuncs()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_pixel.c | 165 functions->ReadPixels = intelReadPixels; in intelInitPixelFuncs()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel.c | 165 functions->ReadPixels = intelReadPixels; in intelInitPixelFuncs()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
D | intel_pixel.c | 165 functions->ReadPixels = intelReadPixels; in intelInitPixelFuncs()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | intel_pixel.c | 165 functions->ReadPixels = intelReadPixels; in intelInitPixelFuncs()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
D | intel_pixel.c | 165 functions->ReadPixels = intelReadPixels; in intelInitPixelFuncs()
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
D | NOTES | 15 (ReadPixels, etc), and texture operations (CopyTexSubImage) which may
|
/external/mesa3d/src/mesa/swrast/ |
D | NOTES | 15 (ReadPixels, etc), and texture operations (CopyTexSubImage) which may
|
/external/chromium_org/third_party/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 97 GET_PROC(ReadPixels); in GrGLCreateANGLEInterface()
|
/external/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 97 GET_PROC(ReadPixels); in GrGLCreateANGLEInterface()
|
/external/chromium_org/ppapi/tests/ |
D | test_graphics_3d.cc | 148 opengl_es2_->ReadPixels(context->pp_resource(), in CheckPixelPPAPI()
|