HomeSort by relevance Sort by last modified time
    Searched refs:mapped_buffer (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/gpu/command_buffer/tests/
gl_gpu_memory_buffer_unittest.cc 83 uint8* mapped_buffer = static_cast<uint8*>(glMapImageCHROMIUM(image_id)); local
84 ASSERT_TRUE(mapped_buffer != NULL);
90 mapped_buffer[y * stride + x * kImageBytesPerPixel + 0] = pixels[0];
91 mapped_buffer[y * stride + x * kImageBytesPerPixel + 1] = pixels[1];
92 mapped_buffer[y * stride + x * kImageBytesPerPixel + 2] = pixels[2];
93 mapped_buffer[y * stride + x * kImageBytesPerPixel + 3] = pixels[3];
  /hardware/intel/img/psb_video/src/
psb_drv_debug.c 341 unsigned char *mapped_buffer; local
345 psb_buffer_map(&psb_surface->buf, (unsigned char**)&mapped_buffer);
346 if(mapped_buffer == NULL)
350 mapped_buffer1 = mapped_buffer + psb_surface->stride * srcy;
351 mapped_buffer2 = mapped_buffer + psb_surface->stride * (srch + srcy / 2);
352 mapped_buffer = mapped_buffer2;
369 mapped_buffer2 = mapped_buffer;
394 unsigned char *mapped_buffer; local
398 psb_buffer_map(&psb_surface->buf, (unsigned char **)&mapped_buffer);
399 if(mapped_buffer == NULL
842 unsigned char *mapped_buffer; local
903 unsigned char *mapped_buffer; local
    [all...]
  /external/chromium_org/mojo/public/python/mojo/
system.pyx 575 This method returns a tuple (code, mapped_buffer).
576 - If code is RESULT_OK, mapped_buffer is a readable/writable
578 - Otherwise, mapped_buffer is None.

Completed in 80 milliseconds