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 171 uint8* mapped_buffer = static_cast<uint8*>( local
173 ASSERT_TRUE(mapped_buffer != NULL);
179 mapped_buffer[y * stride + x * kImageBytesPerPixel + 0] = pixels[0];
180 mapped_buffer[y * stride + x * kImageBytesPerPixel + 1] = pixels[1];
181 mapped_buffer[y * stride + x * kImageBytesPerPixel + 2] = pixels[2];
182 mapped_buffer[y * stride + x * kImageBytesPerPixel + 3] = pixels[3];
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.cc 3777 void* mapped_buffer = NULL; local
    [all...]

Completed in 669 milliseconds