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

  /device/linaro/hikey/gralloc960/
framebuffer_device.cpp 457 /* framebufferSize is used for allocating the handle to the framebuffer and refers
461 const size_t framebufferSize = m->finfo.line_length * m->info.yres;
496 framebufferVaddr += framebufferSize;
501 private_handle_t::PRIV_FLAGS_FRAMEBUFFER, framebufferSize, (void *)framebufferVaddr, consumer_usage,
  /external/libdrm/tests/ttmtest/src/
xf86dristr.h 329 CARD32 framebufferSize B32;
xf86dri.c 582 *fbSize = rep.framebufferSize;
  /external/mesa3d/src/glx/
xf86dristr.h 310 CARD32 framebufferSize B32;
XF86dri.c 587 *fbSize = rep.framebufferSize;
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageCompressionTranscodingSupport.cpp     [all...]
vktImageTranscodingSupportTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleSampleLocationsExtTests.cpp 526 std::vector<Vec2> genFramebufferSampleLocations (const MultisamplePixelGrid& pixelGrid, const UVec2& gridSize, const UVec2& framebufferSize)
530 for (deUint32 y = 0; y < framebufferSize.y(); ++y)
531 for (deUint32 x = 0; x < framebufferSize.x(); ++x)
539 locations.push_back(Vec2(-1.0f + 2.0f * (globalX / static_cast<float>(framebufferSize.x())),
540 -1.0f + 2.0f * (globalY / static_cast<float>(framebufferSize.y()))));
    [all...]

Completed in 5446 milliseconds