/external/chromium_org/tools/gn/secondary/skia/ |
BUILD.gn | 38 "//third_party/skia/include/gpu", 39 "//third_party/skia/src/gpu", [all...] |
/external/chromium_org/cc/output/ |
geometry_binding.h | 14 namespace gpu { namespace 24 GeometryBinding(gpu::gles2::GLES2Interface* gl, 38 gpu::gles2::GLES2Interface* gl_;
|
/external/chromium_org/content/common/gpu/client/ |
gpu_memory_buffer_impl_mac.cc | 5 #include "content/common/gpu/client/gpu_memory_buffer_impl.h" 7 #include "content/common/gpu/client/gpu_memory_buffer_impl_io_surface.h" 8 #include "content/common/gpu/client/gpu_memory_buffer_impl_shm.h"
|
/external/chromium_org/content/common/gpu/ |
gpu_memory_manager_client.cc | 5 #include "content/common/gpu/gpu_memory_manager_client.h" 7 #include "content/common/gpu/gpu_memory_manager.h" 42 const gpu::ManagedMemoryStats& stats) {
|
gpu_memory_manager_client.h | 12 #include "gpu/command_buffer/common/gpu_memory_allocation.h" 13 #include "gpu/command_buffer/service/memory_tracking.h" 21 // The interface that the GPU memory manager uses to manipulate a client (to 31 virtual gpu::gles2::MemoryTracker* GetMemoryTracker() const = 0; 35 const gpu::MemoryAllocation& allocation) = 0; 39 // Returns in bytes the total amount of GPU memory for the GPU which this 41 // to get the exact amount of GPU memory. 45 // The state associated with a GPU memory manager client. This acts as the 46 // handle through which the client interacts with the GPU memory manager [all...] |
/external/chromium_org/content/gpu/ |
in_process_gpu_thread.cc | 5 #include "content/gpu/in_process_gpu_thread.h" 7 #include "content/gpu/gpu_child_thread.h" 8 #include "content/gpu/gpu_process.h"
|
/external/chromium_org/gpu/command_buffer/client/ |
client_context_state.h | 14 namespace gpu { namespace 30 #include "gpu/command_buffer/client/client_context_state_autogen.h" 36 } // namespace gpu
|
gles2_interface.h | 12 namespace gpu { namespace 24 #include "gpu/command_buffer/client/gles2_interface_autogen.h" 28 } // namespace gpu
|
gpu_memory_buffer_tracker.h | 16 namespace gpu { namespace 21 // Tracks GPU memory buffer objects on the client side. 40 } // namespace gpu
|
/external/chromium_org/gpu/command_buffer/common/ |
mailbox.cc | 5 #include "gpu/command_buffer/common/mailbox.h" 11 namespace gpu { namespace 34 } // namespace gpu
|
/external/chromium_org/gpu/command_buffer/service/ |
async_pixel_transfer_delegate_mock.h | 9 #include "gpu/command_buffer/service/async_pixel_transfer_delegate.h" 12 namespace gpu { namespace 37 } // namespace gpu
|
async_pixel_transfer_manager_egl.h | 8 #include "gpu/command_buffer/service/async_pixel_transfer_manager.h" 12 namespace gpu { namespace 55 } // namespace gpu
|
async_pixel_transfer_manager_stub.h | 8 #include "gpu/command_buffer/service/async_pixel_transfer_manager.h" 10 namespace gpu { namespace 36 } // namespace gpu
|
async_pixel_transfer_manager_sync.h | 8 #include "gpu/command_buffer/service/async_pixel_transfer_manager.h" 10 namespace gpu { namespace 47 } // namespace gpu
|
gl_state_restorer_impl.h | 12 #include "gpu/gpu_export.h" 15 namespace gpu { namespace 37 } // namespace gpu
|
gpu_state_tracer.h | 15 namespace gpu { namespace 20 // Saves GPU state such as framebuffer contents while tracing. 37 } // namespace gpu
|
gpu_tracer.h | 14 namespace gpu { namespace 17 // Traces GPU Commands. 40 } // namespace gpu
|
/external/chromium_org/gpu/config/ |
gpu_util.h | 12 #include "gpu/gpu_export.h" 16 namespace gpu { namespace 37 } // namespace gpu
|
/external/chromium_org/ppapi/ |
ppapi_shared_untrusted.gyp | 34 '../gpu/command_buffer/command_buffer_untrusted.gyp:gles2_utils_untrusted', 35 '../gpu/gpu_untrusted.gyp:command_buffer_client_untrusted', 36 '../gpu/gpu_untrusted.gyp:gles2_implementation_untrusted',
|
/external/chromium_org/third_party/skia/include/core/ |
SkImageFilterUtils.h | 27 * Recursively evaluate the given filter on the GPU. If filter is NULL, 28 * this function returns src. If the filter has no GPU implementation, it 29 * will be processed in software and uploaded to the GPU.
|
/external/chromium_org/ui/compositor/test/ |
default_context_factory.h | 11 namespace gpu { namespace in namespace:webkit 43 scoped_refptr<webkit::gpu::ContextProviderInProcess> 45 scoped_refptr<webkit::gpu::ContextProviderInProcess>
|
/external/chromium_org/webkit/common/gpu/ |
grcontext_for_webgraphicscontext3d.h | 10 #include "webkit/common/gpu/webkit_gpu_export.h" 16 namespace gpu { namespace in namespace:webkit 37 } // namespace gpu
|
webgraphicscontext3d_provider_impl.h | 11 #include "webkit/common/gpu/webkit_gpu_export.h" 16 namespace gpu { namespace in namespace:webkit 33 } // namespace gpu
|
/external/skia/bench/ |
BenchTimer.h | 23 * timer doesn't include the time required for the GPU to finish 25 * times and (for GPU configurations) can be used to roughly (very 26 * roughly) gauge the GPU load/backlog.
|
/external/skia/include/core/ |
SkImageFilterUtils.h | 27 * Recursively evaluate the given filter on the GPU. If filter is NULL, 28 * this function returns src. If the filter has no GPU implementation, it 29 * will be processed in software and uploaded to the GPU.
|