HomeSort by relevance Sort by last modified time
    Searched full:has_surface (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/content/common/gpu/
gpu_memory_manager_client.cc 15 bool has_surface,
20 has_surface_(has_surface),
gpu_memory_manager_client.h 59 bool has_surface,
gpu_memory_manager.h 60 GpuMemoryManagerClient* client, bool has_surface, bool visible);
gpu_memory_manager.cc 288 bool has_surface,
296 this, client, tracking_group, has_surface, visible);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_screen.c 626 rfb->color_rb[0]->has_surface = 1;
632 rfb->color_rb[1]->has_surface = 1;
641 depthStencilRb->has_surface = screen->depthHasSurface;
647 depth->has_surface = screen->depthHasSurface;
654 depth->has_surface = screen->depthHasSurface;
radeon_common_context.h 98 int has_surface; member in struct:radeon_renderbuffer
radeon_fbo.c 313 if ((rmesa->radeonScreen->chip_flags & RADEON_CHIPSET_DEPTH_ALWAYS_TILED) && !rrb->has_surface) {
422 if ((rmesa->radeonScreen->chip_flags & RADEON_CHIPSET_DEPTH_ALWAYS_TILED) && !rrb->has_surface) {
radeon_common_context.c 485 rb->has_surface = 0;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_screen.c 626 rfb->color_rb[0]->has_surface = 1;
632 rfb->color_rb[1]->has_surface = 1;
641 depthStencilRb->has_surface = screen->depthHasSurface;
647 depth->has_surface = screen->depthHasSurface;
654 depth->has_surface = screen->depthHasSurface;
radeon_common_context.h 98 int has_surface; member in struct:radeon_renderbuffer
radeon_fbo.c 313 if ((rmesa->radeonScreen->chip_flags & RADEON_CHIPSET_DEPTH_ALWAYS_TILED) && !rrb->has_surface) {
422 if ((rmesa->radeonScreen->chip_flags & RADEON_CHIPSET_DEPTH_ALWAYS_TILED) && !rrb->has_surface) {
radeon_common_context.c 485 rb->has_surface = 0;

Completed in 365 milliseconds