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

  /external/chromium_org/gpu/command_buffer/tests/
gl_gpu_memory_buffer_unittests.cc 156 uint8* mapped_buffer = static_cast<uint8*>( local
158 ASSERT_TRUE(mapped_buffer != NULL);
164 mapped_buffer[y * stride + x * kImageBytesPerPixel + 0] = pixels[0];
165 mapped_buffer[y * stride + x * kImageBytesPerPixel + 1] = pixels[1];
166 mapped_buffer[y * stride + x * kImageBytesPerPixel + 2] = pixels[2];
167 mapped_buffer[y * stride + x * kImageBytesPerPixel + 3] = pixels[3];
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.cc 3870 void* mapped_buffer = NULL; local
    [all...]

Completed in 605 milliseconds