/external/chromium_org/gpu/command_buffer/service/ |
texture_manager.h | 17 #include "gpu/command_buffer/service/async_pixel_transfer_delegate.h" 18 #include "gpu/command_buffer/service/gl_utils.h" 19 #include "gpu/command_buffer/service/memory_tracking.h" 20 #include "gpu/gpu_export.h" 23 namespace gpu { namespace 597 const gpu::AsyncTexImage2DParams& params) { 837 } // namespace gpu
|
texture_manager.cc | 5 #include "gpu/command_buffer/service/texture_manager.h" 8 #include "gpu/command_buffer/common/gles2_cmd_utils.h" 9 #include "gpu/command_buffer/service/context_state.h" 10 #include "gpu/command_buffer/service/error_state.h" 11 #include "gpu/command_buffer/service/feature_info.h" 12 #include "gpu/command_buffer/service/framebuffer_manager.h" 13 #include "gpu/command_buffer/service/gles2_cmd_decoder.h" 14 #include "gpu/command_buffer/service/mailbox_manager.h" 15 #include "gpu/command_buffer/service/memory_tracking.h" 16 #include "gpu/command_buffer/service/stream_texture_manager.h 18 namespace gpu { namespace [all...] |
/external/chromium_org/content/browser/renderer_host/ |
compositing_iosurface_mac.mm | 25 #include "gpu/command_buffer/service/gpu_switches.h" 93 // Called during an async GPU readback with a pointer to the pixel buffer. In 453 TRACE_EVENT0("gpu", "glFinish"); 460 // on Retina MacBook Pro when using the Intel HD graphics GPU. 510 << "Stride is required to be equal to width for GPU readback."; 567 // Can fail if IOSurface with that ID was already released by the gpu 647 TRACE_EVENT0("gpu", "CompositingIOSurfaceMac::DisplayLinkTick"); 744 // Send transform commands to the GPU. 773 // In the asynchronous case, issue commands to the GPU and return a null [all...] |
render_widget_helper.h | 52 // message (or BuffersSwapped via the GPU process in the case of accelerated 55 // renderer to the browser with acks and plugin moves even though the GPU 58 // software UpdateRect or GPU BuffersSwapped message.
|
render_widget_host_view_android.h | 24 #include "gpu/command_buffer/common/mailbox.h" 240 void BuffersSwapped(const gpu::Mailbox& mailbox, 321 gpu::Mailbox current_mailbox_;
|
/external/chromium_org/cc/ |
cc.gyp | 16 '<(DEPTH)/gpu/gpu.gyp:gpu',
|
/external/chromium_org/content/common/gpu/media/ |
vaapi_h264_decoder.h | 18 #include "content/common/gpu/media/h264_dpb.h" 19 #include "content/common/gpu/media/h264_parser.h" 20 #include "content/common/gpu/media/vaapi_wrapper.h"
|
/external/chromium_org/content/common/sandbox_linux/ |
sandbox_linux.cc | 264 // The GPU process is allowed to call InitializeSandbox() with threads for 316 // On the GPU process, irrespective of V8, we can exhaust a 4GB address space 318 // For now, increase limit to 16GB for renderer and worker and gpu processes
|
/external/chromium_org/content/renderer/ |
render_widget_fullscreen_pepper.cc | 12 #include "content/common/gpu/client/gpu_channel_host.h" 15 #include "content/renderer/gpu/render_widget_compositor.h" 19 #include "gpu/command_buffer/client/gles2_implementation.h"
|
/external/chromium_org/gpu/tools/compositor_model_bench/ |
compositor_model_bench.cc | 35 #include "gpu/tools/compositor_model_bench/render_model_utils.h" 36 #include "gpu/tools/compositor_model_bench/render_models.h" 37 #include "gpu/tools/compositor_model_bench/render_tree.h"
|
shaders.cc | 5 #include "gpu/tools/compositor_model_bench/shaders.h" 9 #include "gpu/tools/compositor_model_bench/render_model_utils.h" 10 #include "gpu/tools/compositor_model_bench/render_tree.h"
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/ |
radeon_winsys.h | 174 * Return TRUE if a buffer object is being used by the GPU. 183 * Wait for a buffer object until it is not used by a GPU. This is 390 * Return the current timestamp (gpu clock) on r600 and later GPUs.
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrTextStrike.cpp | 26 GrFontCache::GrFontCache(GrGpu* gpu) : fGpu(gpu) { 27 gpu->ref();
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGpuGL_program.cpp | 16 SK_CONF_DECLARE(bool, c_DisplayCache, "gpu.displayCache", false, 42 GrGpuGL::ProgramCache::ProgramCache(GrGpuGL* gpu) 45 , fGpu(gpu)
|
/external/chromium_org/ui/gfx/ |
native_widget_types.h | 260 // The GPU plugin is currently an exception to this rule. As of this 263 // GPU plugin becomes a full-on GPU process, this typedef can be
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
webkit_compositor_bindings.target.darwin-arm.mk | 14 $(call intermediates-dir-for,GYP,gpu_gpu_gyp)/gpu.stamp \ 128 $(LOCAL_PATH)/gpu \ 244 $(LOCAL_PATH)/gpu \
|
webkit_compositor_bindings.target.darwin-mips.mk | 14 $(call intermediates-dir-for,GYP,gpu_gpu_gyp)/gpu.stamp \ 127 $(LOCAL_PATH)/gpu \ 242 $(LOCAL_PATH)/gpu \
|
webkit_compositor_bindings.target.darwin-x86.mk | 14 $(call intermediates-dir-for,GYP,gpu_gpu_gyp)/gpu.stamp \ 130 $(LOCAL_PATH)/gpu \ 249 $(LOCAL_PATH)/gpu \
|
webkit_compositor_bindings.target.linux-arm.mk | 14 $(call intermediates-dir-for,GYP,gpu_gpu_gyp)/gpu.stamp \ 128 $(LOCAL_PATH)/gpu \ 244 $(LOCAL_PATH)/gpu \
|
webkit_compositor_bindings.target.linux-mips.mk | 14 $(call intermediates-dir-for,GYP,gpu_gpu_gyp)/gpu.stamp \ 127 $(LOCAL_PATH)/gpu \ 242 $(LOCAL_PATH)/gpu \
|
webkit_compositor_bindings.target.linux-x86.mk | 14 $(call intermediates-dir-for,GYP,gpu_gpu_gyp)/gpu.stamp \ 130 $(LOCAL_PATH)/gpu \ 249 $(LOCAL_PATH)/gpu \
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
Renderer.java | 241 * Deletes a texture from the GPU. 246 * Uploads a vertex buffer to the GPU. 253 * Deletes a vertex buffer from the GPU.
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
radeon_winsys.h | 174 * Return TRUE if a buffer object is being used by the GPU. 183 * Wait for a buffer object until it is not used by a GPU. This is 390 * Return the current timestamp (gpu clock) on r600 and later GPUs.
|
/external/qemu/android/ |
hw-pipe-net.c | 491 D("Trying to open the OpenGLES pipe without GPU emulation!"); 500 D("Creating Unix OpenGLES pipe for GPU emulation: %s", server_addr); 507 D("Creating TCP OpenGLES pipe for GPU emulation!");
|
/external/skia/src/gpu/ |
GrTextStrike.cpp | 26 GrFontCache::GrFontCache(GrGpu* gpu) : fGpu(gpu) { 27 gpu->ref();
|