Searched refs:gpu (Results 176 - 200 of 1628) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/gpu/
H A DGrPath.h24 GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke) argument
25 : INHERITED(gpu, isWrapped),
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLStencilBuffer.h26 GrGLStencilBuffer(GrGpu* gpu, argument
32 : GrStencilBuffer(gpu, isWrapped, width, height, format.fStencilBits, sampleCnt)
/external/skia/src/gpu/
H A DGrPath.h21 GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke) argument
22 : INHERITED(gpu, isWrapped),
H A DGrStencilAndCoverPathRenderer.cpp27 GrStencilAndCoverPathRenderer::GrStencilAndCoverPathRenderer(GrGpu* gpu) { argument
28 SkASSERT(gpu->caps()->pathRenderingSupport());
29 fGpu = gpu;
30 gpu->ref();
/external/skia/src/gpu/gl/
H A DGrGLStencilBuffer.h26 GrGLStencilBuffer(GrGpu* gpu, argument
32 : GrStencilBuffer(gpu, isWrapped, width, height, format.fStencilBits, sampleCnt)
H A DGrGLPath.h25 GrGLPath(GrGpuGL* gpu, const SkPath& path, const SkStrokeRec& stroke);
/external/chromium_org/content/gpu/
H A Dgpu_main.cc23 #include "content/common/gpu/gpu_config.h"
24 #include "content/common/gpu/gpu_messages.h"
25 #include "content/common/gpu/media/gpu_video_encode_accelerator.h"
27 #include "content/gpu/gpu_child_thread.h"
28 #include "content/gpu/gpu_process.h"
29 #include "content/gpu/gpu_watchdog_thread.h"
33 #include "gpu/command_buffer/service/gpu_switches.h"
34 #include "gpu/config/gpu_info_collector.h"
35 #include "gpu/config/gpu_util.h"
71 void GetGpuInfoFromCommandLine(gpu
[all...]
/external/chromium_org/cc/resources/
H A Dtransferable_resource.h13 #include "gpu/command_buffer/common/mailbox_holder.h"
35 gpu::MailboxHolder mailbox_holder;
/external/chromium_org/content/renderer/media/android/
H A Dstream_texture_factory_synchronous_impl.h17 namespace gpu { namespace
21 } // namespace gpu
33 virtual gpu::gles2::GLES2Interface* ContextGL() = 0;
54 gpu::Mailbox* texture_mailbox) OVERRIDE;
57 virtual gpu::gles2::GLES2Interface* ContextGL() OVERRIDE;
/external/chromium_org/gpu/command_buffer/client/
H A Dshare_group.h11 #include "gpu/command_buffer/client/ref_counted.h"
12 #include "gpu/command_buffer/common/gles2_cmd_format.h"
14 namespace gpu { namespace
66 : public gpu::RefCountedThreadSafe<ShareGroup> {
89 friend class gpu::RefCountedThreadSafe<ShareGroup>;
90 friend class gpu::gles2::GLES2ImplementationTest;
105 } // namespace gpu
/external/chromium_org/gpu/command_buffer/common/
H A Dbitfield_helpers.h11 namespace gpu { namespace
38 } // namespace gpu
H A Dcommand_buffer_shared_test.cc7 #include "gpu/command_buffer/common/command_buffer_shared.h"
13 namespace gpu { namespace
35 EXPECT_EQ(state.error, gpu::error::kNoError);
36 EXPECT_EQ(state.context_lost_reason, gpu::error::kUnknown);
48 state.error = static_cast<gpu::error::Error>(i + 3);
95 } // namespace gpu
H A Dgpu_memory_allocation.h10 namespace gpu { namespace
/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_delegate_mock.h9 #include "gpu/command_buffer/service/async_pixel_transfer_delegate.h"
12 namespace gpu { namespace
37 } // namespace gpu
H A Dgles2_cmd_decoder_mock.cc5 #include "gpu/command_buffer/service/gles2_cmd_decoder_mock.h"
7 namespace gpu { namespace
29 } // namespace gpu
H A Dgles2_cmd_decoder_unittest_extensions.cc5 #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
7 #include "gpu/command_buffer/common/gles2_cmd_format.h"
8 #include "gpu/command_buffer/common/gles2_cmd_utils.h"
9 #include "gpu/command_buffer/service/gles2_cmd_decoder_unittest.h"
16 namespace gpu { namespace
38 #include "gpu/command_buffer/service/gles2_cmd_decoder_unittest_extensions_autogen.h"
41 } // namespace gpu
H A Dgpu_state_tracer.h15 namespace gpu { namespace
37 } // namespace gpu
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_tests_main.cc11 #include "gpu/command_buffer/client/gles2_lib.h"
12 #include "gpu/command_buffer/tests/gl_test_utils.h"
13 #include "gpu/config/gpu_util.h"
33 gpu::ApplyGpuDriverBugWorkarounds(CommandLine::ForCurrentProcess());
/external/chromium_org/gpu/config/
H A Dgpu_util.h13 #include "gpu/gpu_export.h"
19 namespace gpu { namespace
40 } // namespace gpu
/external/chromium_org/ppapi/proxy/
H A Dppb_graphics_3d_proxy.cc7 #include "gpu/command_buffer/client/gles2_implementation.h"
8 #include "gpu/command_buffer/common/command_buffer.h"
39 gpu::CommandBuffer::State GetErrorState() {
40 gpu::CommandBuffer::State error_state;
41 error_state.error = gpu::error::kGenericError;
55 bool Graphics3D::Init(gpu::gles2::GLES2Implementation* share_gles2,
76 scoped_refptr<gpu::Buffer> Graphics3D::CreateTransferBuffer(
87 gpu::CommandBuffer::State Graphics3D::WaitForTokenInRange(int32_t start,
92 gpu::CommandBuffer::State Graphics3D::WaitForGetOffsetInRange(int32_t start,
111 gpu
[all...]
/external/chromium_org/third_party/skia/tools/flags/
H A DSkCommonFlags.h16 DECLARE_bool(gpu); variable
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dsystem_info.py24 gpu (object containing GPUInfo's required attributes)
26 return cls(attrs["model_name"], attrs["gpu"])
39 def gpu(self): member in class:SystemInfo
/external/chromium_org/webkit/common/gpu/
H A Dgrcontext_for_webgraphicscontext3d.h10 #include "webkit/common/gpu/webkit_gpu_export.h"
15 namespace gpu { namespace in namespace:webkit
38 } // namespace gpu
/external/skia/src/gpu/effects/
H A DGrDashingEffect.h25 GrGpu* gpu, GrDrawTarget* target, const SkMatrix& vm);
/external/chromium_org/android_webview/browser/
H A Ddeferred_gpu_command_service.h15 #include "gpu/command_buffer/service/in_process_command_buffer.h"
33 : public gpu::InProcessCommandBuffer::Service,
42 virtual scoped_refptr<gpu::gles2::ShaderTranslatorCache>
71 scoped_refptr<gpu::gles2::ShaderTranslatorCache> shader_translator_cache_;

Completed in 421 milliseconds

1234567891011>>