Searched refs:gpu (Results 76 - 100 of 1628) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/shared_impl/
H A Dppb_graphics_3d_shared.h16 namespace gpu { namespace
24 } // namespace gpu.
54 gpu::gles2::GLES2Implementation* gles2_impl() { return gles2_impl_.get(); }
64 virtual gpu::CommandBuffer* GetCommandBuffer() = 0;
65 virtual gpu::GpuControl* GetGpuControl() = 0;
71 gpu::gles2::GLES2Implementation* share_gles2);
75 scoped_ptr<gpu::gles2::GLES2CmdHelper> gles2_helper_;
76 scoped_ptr<gpu::TransferBuffer> transfer_buffer_;
77 scoped_ptr<gpu::gles2::GLES2Implementation> gles2_impl_;
/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_compositor_factory_impl.h12 #include "gpu/command_buffer/service/in_process_command_buffer.h"
13 #include "webkit/common/gpu/context_provider_web_context.h"
15 namespace gpu { namespace
20 namespace gpu { namespace in namespace:webkit
41 virtual scoped_refptr<webkit::gpu::ContextProviderWebContext>
47 virtual webkit::gpu::WebGraphicsContext3DImpl*
56 scoped_refptr<gpu::InProcessCommandBuffer::Service> service);
72 scoped_refptr<gpu::InProcessCommandBuffer::Service> service_;
/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_manager_android.cc5 #include "gpu/command_buffer/service/async_pixel_transfer_manager.h"
9 #include "gpu/command_buffer/service/async_pixel_transfer_manager_egl.h"
10 #include "gpu/command_buffer/service/async_pixel_transfer_manager_idle.h"
11 #include "gpu/command_buffer/service/async_pixel_transfer_manager_stub.h"
12 #include "gpu/command_buffer/service/async_pixel_transfer_manager_sync.h"
16 namespace gpu { namespace
59 GpuType gpu = GetGpuType(); local
60 return gpu != GPU_BROADCOM && gpu != GPU_IMAGINATION &&
61 gpu !
[all...]
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.h13 #include "gpu/command_buffer/client/gles2_interface.h"
14 #include "gpu/command_buffer/common/mailbox_holder.h"
22 namespace gpu { namespace
39 typedef void (gpu::gles2::GLES2Interface::*GenFunc)(GLsizei n, GLuint* ids);
40 typedef void (gpu::gles2::GLES2Interface::*DeleteFunc)(GLsizei n,
42 ScopedGLuint(gpu::gles2::GLES2Interface* gl,
60 gpu::gles2::GLES2Interface* gl_;
69 explicit ScopedBuffer(gpu::gles2::GLES2Interface* gl)
71 &gpu::gles2::GLES2Interface::GenBuffers,
72 &gpu
[all...]
H A Dcommand_buffer_proxy_impl.cc5 #include "content/common/gpu/client/command_buffer_proxy_impl.h"
13 #include "content/common/gpu/client/gpu_channel_host.h"
14 #include "content/common/gpu/client/gpu_video_decode_accelerator_host.h"
15 #include "content/common/gpu/client/gpu_video_encode_accelerator_host.h"
16 #include "content/common/gpu/gpu_messages.h"
18 #include "gpu/command_buffer/common/cmd_buffer_common.h"
19 #include "gpu/command_buffer/common/command_buffer_shared.h"
20 #include "gpu/command_buffer/common/gpu_memory_allocation.h"
59 OnDestroyed(gpu::error::kUnknown);
62 void CommandBufferProxyImpl::OnDestroyed(gpu
[all...]
H A Dcontext_provider_command_buffer.h14 #include "content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h"
15 #include "webkit/common/gpu/context_provider_web_context.h"
18 namespace gpu { namespace in namespace:webkit
28 : NON_EXPORTED_BASE(public webkit::gpu::ContextProviderWebContext) {
41 virtual gpu::gles2::GLES2Interface* ContextGL() OVERRIDE;
42 virtual gpu::ContextSupport* ContextSupport() OVERRIDE;
62 void OnMemoryAllocationChanged(const gpu::MemoryAllocation& allocation);
71 scoped_ptr<webkit::gpu::GrContextForWebGraphicsContext3D> gr_context_;
/external/skia/
H A DAndroid.mk402 src/gpu/GrAAHairLinePathRenderer.cpp \
403 src/gpu/GrAAConvexPathRenderer.cpp \
404 src/gpu/GrAARectRenderer.cpp \
405 src/gpu/GrAddPathRenderers_default.cpp \
406 src/gpu/GrAllocPool.cpp \
407 src/gpu/GrAtlas.cpp \
408 src/gpu/GrBitmapTextContext.cpp \
409 src/gpu/GrBlend.cpp \
410 src/gpu/GrBufferAllocPool.cpp \
411 src/gpu/GrCacheabl
[all...]
/external/chromium_org/cc/output/
H A Dprogram_binding.h14 namespace gpu { namespace
27 bool Init(gpu::gles2::GLES2Interface* context,
30 bool Link(gpu::gles2::GLES2Interface* context);
31 void Cleanup(gpu::gles2::GLES2Interface* context);
37 unsigned LoadShader(gpu::gles2::GLES2Interface* context,
40 unsigned CreateShaderProgram(gpu::gles2::GLES2Interface* context,
43 void CleanupShaders(gpu::gles2::GLES2Interface* context);
/external/chromium_org/mojo/services/gles2/
H A Dcommand_buffer_impl.h15 namespace gpu { namespace
37 gpu::gles2::MailboxManager* mailbox_manager);
42 gpu::gles2::MailboxManager* mailbox_manager);
68 scoped_ptr<gpu::CommandBufferService> command_buffer_;
69 scoped_ptr<gpu::gles2::GLES2Decoder> decoder_;
70 scoped_ptr<gpu::GpuScheduler> scheduler_;
74 scoped_refptr<gpu::gles2::MailboxManager> mailbox_manager_;
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLFragmentShaderBuilder.cpp14 #define GL_CALL(X) GR_GL_CALL(gpu->glInterface(), X)
15 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(gpu->glInterface(), R, X)
95 GrGpuGL* gpu = fProgramBuilder->gpu(); local
96 if (gpu->glCaps().fbFetchSupport()) {
98 gpu->glCaps().fbFetchExtensionString());
99 return gpu->glCaps().fbFetchColorName();
110 GrGpuGL* gpu = fProgramBuilder->gpu(); local
111 if (!gpu
153 GrGpuGL* gpu = fProgramBuilder->gpu(); local
212 GrGpuGL* gpu = fProgramBuilder->gpu(); local
223 GrGpuGL* gpu = fProgramBuilder->gpu(); local
253 GrGpuGL* gpu = fProgramBuilder->gpu(); local
[all...]
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc5 #include "webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h"
21 #include "gpu/command_buffer/client/gles2_implementation.h"
22 #include "gpu/command_buffer/common/gles2_cmd_utils.h"
23 #include "gpu/skia_bindings/gl_bindings_skia_cmd_buffer.h"
27 using gpu::gles2::GLES2Implementation;
28 using gpu::GLInProcessContext;
31 namespace gpu { namespace in namespace:webkit
42 scoped_ptr< ::gpu::GLInProcessContext>(),
56 scoped_ptr< ::gpu::GLInProcessContext>(),
65 scoped_ptr< ::gpu
[all...]
/external/chromium_org/cc/test/
H A Dtest_in_process_context_provider.h13 namespace gpu { namespace
19 scoped_ptr<gpu::GLInProcessContext> CreateTestInProcessContext();
26 virtual gpu::gles2::GLES2Interface* ContextGL() OVERRIDE;
27 virtual gpu::ContextSupport* ContextSupport() OVERRIDE;
45 scoped_ptr<gpu::GLInProcessContext> context_;
/external/chromium_org/gpu/config/
H A Dgpu_info_collector_linux.cc5 #include "gpu/config/gpu_info_collector_linux.h"
19 #include "gpu/config/gpu_info_collector.h"
27 namespace gpu { namespace
113 GPUInfo::GPUDevice gpu; local
114 gpu.vendor_id = device->vendor_id;
115 gpu.device_id = device->device_id;
119 gpu_info->gpu = gpu;
124 if (gpu_info->gpu.vendor_id == kVendorIDIntel &&
125 gpu
[all...]
/external/chromium_org/gpu/
H A Dcommand_buffer_service.target.darwin-arm.mk30 gpu/command_buffer/service/async_pixel_transfer_delegate.cc \
31 gpu/command_buffer/service/async_pixel_transfer_manager_android.cc \
32 gpu/command_buffer/service/async_pixel_transfer_manager_idle.cc \
33 gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc \
34 gpu/command_buffer/service/async_pixel_transfer_manager_stub.cc \
35 gpu/command_buffer/service/async_pixel_transfer_manager_sync.cc \
36 gpu/command_buffer/service/async_pixel_transfer_manager.cc \
37 gpu/command_buffer/service/buffer_manager.cc \
38 gpu/command_buffer/service/cmd_parser.cc \
39 gpu/command_buffe
[all...]
H A Dcommand_buffer_service.target.linux-arm.mk30 gpu/command_buffer/service/async_pixel_transfer_delegate.cc \
31 gpu/command_buffer/service/async_pixel_transfer_manager_android.cc \
32 gpu/command_buffer/service/async_pixel_transfer_manager_idle.cc \
33 gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc \
34 gpu/command_buffer/service/async_pixel_transfer_manager_stub.cc \
35 gpu/command_buffer/service/async_pixel_transfer_manager_sync.cc \
36 gpu/command_buffer/service/async_pixel_transfer_manager.cc \
37 gpu/command_buffer/service/buffer_manager.cc \
38 gpu/command_buffer/service/cmd_parser.cc \
39 gpu/command_buffe
[all...]
/external/chromium_org/content/browser/gpu/
H A Dgpu_data_manager_impl_private.cc5 #include "content/browser/gpu/gpu_data_manager_impl_private.h"
19 #include "content/browser/gpu/gpu_process_host.h"
20 #include "content/common/gpu/gpu_messages.h"
27 #include "gpu/command_buffer/service/gpu_switches.h"
28 #include "gpu/config/gpu_control_list_jsons.h"
29 #include "gpu/config/gpu_driver_bug_workaround_type.h"
30 #include "gpu/config/gpu_feature_type.h"
31 #include "gpu/config/gpu_info_collector.h"
32 #include "gpu/config/gpu_util.h"
107 void UpdateStats(const gpu
[all...]
/external/chromium_org/content/browser/compositor/
H A Downed_mailbox.h11 #include "gpu/command_buffer/common/mailbox_holder.h"
17 // This class holds a texture id and gpu::Mailbox, and deletes the texture
25 const gpu::MailboxHolder& holder() const { return mailbox_holder_; }
26 const gpu::Mailbox& mailbox() const { return mailbox_holder_.mailbox; }
43 gpu::MailboxHolder mailbox_holder_;
/external/chromium_org/mojo/services/native_viewport/
H A Dgpu_impl.h11 #include "mojo/services/public/interfaces/gpu/gpu.mojom.h"
17 namespace gpu { namespace
28 const scoped_refptr<gpu::gles2::MailboxManager> mailbox_manager);
44 scoped_refptr<gpu::gles2::MailboxManager> mailbox_manager_;
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLIndexBuffer.cpp11 GrGLIndexBuffer::GrGLIndexBuffer(GrGpuGL* gpu, const Desc& desc) argument
12 : INHERITED(gpu, desc.fIsWrapped, desc.fSizeInBytes, desc.fDynamic, 0 == desc.fID)
13 , fImpl(gpu, desc, GR_GL_ELEMENT_ARRAY_BUFFER) {
H A DGrGLPath.cpp84 void GrGLPath::InitPathObject(GrGpuGL* gpu, argument
109 GR_GL_CALL(gpu->glInterface(),
113 GR_GL_CALL(gpu->glInterface(), PathCommands(pathID, 0, NULL, 0, GR_GL_FLOAT, NULL));
118 GR_GL_CALL(gpu->glInterface(),
120 GR_GL_CALL(gpu->glInterface(),
123 GR_GL_CALL(gpu->glInterface(),
126 GR_GL_CALL(gpu->glInterface(),
128 GR_GL_CALL(gpu->glInterface(),
133 GrGLPath::GrGLPath(GrGpuGL* gpu, const SkPath& path, const SkStrokeRec& stroke) argument
134 : INHERITED(gpu, kIsWrappe
[all...]
H A DGrGLVertexBuffer.cpp11 GrGLVertexBuffer::GrGLVertexBuffer(GrGpuGL* gpu, const Desc& desc) argument
12 : INHERITED(gpu, desc.fIsWrapped, desc.fSizeInBytes, desc.fDynamic, 0 == desc.fID)
13 , fImpl(gpu, desc, GR_GL_ARRAY_BUFFER) {
/external/skia/src/gpu/gl/
H A DGrGLIndexBuffer.cpp11 GrGLIndexBuffer::GrGLIndexBuffer(GrGpuGL* gpu, const Desc& desc) argument
12 : INHERITED(gpu, desc.fIsWrapped, desc.fSizeInBytes, desc.fDynamic, 0 == desc.fID)
13 , fImpl(gpu, desc, GR_GL_ELEMENT_ARRAY_BUFFER) {
H A DGrGLVertexBuffer.cpp11 GrGLVertexBuffer::GrGLVertexBuffer(GrGpuGL* gpu, const Desc& desc) argument
12 : INHERITED(gpu, desc.fIsWrapped, desc.fSizeInBytes, desc.fDynamic, 0 == desc.fID)
13 , fImpl(gpu, desc, GR_GL_ARRAY_BUFFER) {
/external/chromium_org/chrome/browser/gpu/
H A Dgpu_feature_checker.h11 #include "gpu/config/gpu_feature_type.h"
22 GPUFeatureChecker(gpu::GpuFeatureType feature,
37 gpu::GpuFeatureType feature_;
/external/chromium_org/content/common/gpu/
H A Dgpu_memory_tracking.cc5 #include "content/common/gpu/gpu_memory_tracking.h"
7 #include "content/common/gpu/gpu_memory_manager.h"
13 gpu::gles2::MemoryTracker* memory_tracker,
29 gpu::gles2::MemoryTracker::Pool tracking_pool) {

Completed in 2769 milliseconds

1234567891011>>