Home
last modified time | relevance | path

Searched refs:ReadPixels (Results 1 – 25 of 95) sorted by relevance

1234

/external/chromium_org/third_party/mesa/src/docs/OLD/
DMESA_packed_depth_stencil.spec34 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/
DMESA_packed_depth_stencil.spec34 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/
Dgles2_cmd_decoder_unittest_framebuffers.cc275 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/
DANGLE_pack_reverse_row_order.txt47 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.
DEXT_texture_rg.txt73 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/
Dst_cb_readpixels.c60 functions->ReadPixels = st_readpixels; in st_init_readpixels_functions()
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
Dst_cb_readpixels.c60 functions->ReadPixels = st_readpixels; in st_init_readpixels_functions()
/external/chromium_org/ui/compositor/
Dlayer_unittest.cc131 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/
Dmock_gpu_video_accelerator_factories.h42 MOCK_METHOD3(ReadPixels,
Dgpu_video_accelerator_factories.h65 virtual void ReadPixels(uint32 texture_id,
/external/chromium_org/content/renderer/media/
Drenderer_gpu_video_accelerator_factories.h60 virtual void ReadPixels(uint32 texture_id,
Drenderer_gpu_video_accelerator_factories.cc175 void RendererGpuVideoAcceleratorFactories::ReadPixels( in ReadPixels() function in content::RendererGpuVideoAcceleratorFactories
222 gles2->ReadPixels(visible_rect.x(), in ReadPixels()
/external/mesa3d/src/glx/apple/
Dapple_xgl_api_read.c106 __ogl_framework_api->ReadPixels(x, y, width, height, format, type, pixels); in __applegl_glReadPixels()
/external/chromium_org/third_party/mesa/src/src/glx/apple/
Dapple_xgl_api_read.c106 __ogl_framework_api->ReadPixels(x, y, width, height, format, type, pixels); in __applegl_glReadPixels()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel.c165 functions->ReadPixels = intelReadPixels; in intelInitPixelFuncs()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_pixel.c165 functions->ReadPixels = intelReadPixels; in intelInitPixelFuncs()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel.c165 functions->ReadPixels = intelReadPixels; in intelInitPixelFuncs()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
Dintel_pixel.c165 functions->ReadPixels = intelReadPixels; in intelInitPixelFuncs()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dintel_pixel.c165 functions->ReadPixels = intelReadPixels; in intelInitPixelFuncs()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
Dintel_pixel.c165 functions->ReadPixels = intelReadPixels; in intelInitPixelFuncs()
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
DNOTES15 (ReadPixels, etc), and texture operations (CopyTexSubImage) which may
/external/mesa3d/src/mesa/swrast/
DNOTES15 (ReadPixels, etc), and texture operations (CopyTexSubImage) which may
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp97 GET_PROC(ReadPixels); in GrGLCreateANGLEInterface()
/external/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp97 GET_PROC(ReadPixels); in GrGLCreateANGLEInterface()
/external/chromium_org/ppapi/tests/
Dtest_graphics_3d.cc148 opengl_es2_->ReadPixels(context->pp_resource(), in CheckPixelPPAPI()

1234