HomeSort by relevance Sort by last modified time
    Searched refs:gpu (Results 226 - 250 of 945) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/compositor/
context_provider_from_context_factory.h 12 #include "webkit/common/gpu/grcontext_for_webgraphicscontext3d.h"
40 scoped_ptr<webkit::gpu::GrContextForWebGraphicsContext3D> gr_context_;
  /external/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp 27 GrStencilAndCoverPathRenderer::GrStencilAndCoverPathRenderer(GrGpu* gpu) {
28 GrAssert(gpu->caps()->pathStencilingSupport());
29 fGpu = gpu;
30 gpu->ref();
GrStencilBuffer.h 58 GrStencilBuffer(GrGpu* gpu, bool isWrapped, int width, int height, int bits, int sampleCnt)
59 : GrResource(gpu, isWrapped)
  /external/skia/src/gpu/gl/
GrGLIndexBuffer.h 22 GrGLIndexBuffer(GrGpuGL* gpu, const Desc& desc);
GrGLRenderTarget.cpp 43 GrGLRenderTarget::GrGLRenderTarget(GrGpuGL* gpu,
48 : INHERITED(gpu,
68 GrGLRenderTarget::GrGLRenderTarget(GrGpuGL* gpu,
71 : INHERITED(gpu,
GrGLVertexBuffer.h 22 GrGLVertexBuffer(GrGpuGL* gpu, const Desc& desc);
  /external/chromium_org/gpu/config/
gpu_test_config_unittest.cc 5 #include "gpu/config/gpu_info.h"
6 #include "gpu/config/gpu_test_config.h"
9 namespace gpu { namespace
33 gpu_info.gpu.vendor_id = 0x10de;
34 gpu_info.gpu.device_id = 0x0640;
38 EXPECT_EQ(gpu_info.gpu.vendor_id, config.gpu_vendor()[0]);
39 EXPECT_EQ(gpu_info.gpu.device_id, config.gpu_device_id());
41 gpu_info.gpu.vendor_id = 0x8086;
42 gpu_info.gpu.device_id = 0x0046;
45 EXPECT_EQ(gpu_info.gpu.vendor_id, config.gpu_vendor()[0])
    [all...]
gpu_info.h 8 // Provides access to the GPU information for the system
18 #include "gpu/config/dx_diag_node.h"
19 #include "gpu/config/gpu_performance_stats.h"
20 #include "gpu/gpu_export.h"
22 namespace gpu { namespace
36 // The strings that describe the GPU.
66 // Primary GPU, for exmaple, the discrete GPU in a dual GPU machine.
67 GPUDevice gpu; member in struct:gpu::GPUInfo
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 13 #include "content/common/gpu/gpu_channel.h"
14 #include "content/common/gpu/gpu_channel_manager.h"
15 #include "content/common/gpu/gpu_command_buffer_stub.h"
16 #include "content/common/gpu/gpu_memory_manager.h"
17 #include "content/common/gpu/gpu_memory_tracking.h"
18 #include "content/common/gpu/gpu_messages.h"
19 #include "content/common/gpu/gpu_watchdog.h"
20 #include "content/common/gpu/image_transport_surface.h"
21 #include "content/common/gpu/media/gpu_video_decode_accelerator.h"
22 #include "content/common/gpu/sync_point_manager.h
    [all...]
  /external/chromium_org/chrome/common/
child_process_logging.h 19 namespace gpu { namespace
104 // Sets the data on the gpu to send along with crash reports.
105 void SetGpuInfo(const gpu::GPUInfo& gpu_info);
  /external/chromium_org/content/browser/gpu/
compositor_util.cc 12 #include "gpu/config/gpu_feature_type.h"
21 // Don't run the field trial if gpu access has been blocked or
25 gpu::GPU_FEATURE_TYPE_ACCELERATED_COMPOSITING))
41 gpu::GPU_FEATURE_TYPE_FORCE_COMPOSITING_MODE);
  /external/chromium_org/content/browser/renderer_host/
gpu_message_filter.h 14 #include "content/common/gpu/gpu_process_launch_causes.h"
21 namespace gpu { namespace
30 // in the browser. Such messages are typically destined for the GPU process,
70 const gpu::GPUInfo& gpu_info);
  /external/chromium_org/content/gpu/
gpu_child_thread.h 18 #include "content/common/gpu/gpu_channel.h"
19 #include "content/common/gpu/gpu_channel_manager.h"
20 #include "content/common/gpu/gpu_config.h"
21 #include "content/common/gpu/x_util.h"
22 #include "gpu/config/gpu_info.h"
32 // The main thread of the GPU child process. There will only ever be one of
35 // commands to the GPU.
42 const gpu::GPUInfo& gpu_info,
88 // Information about the GPU, such as device and vendor ID.
89 gpu::GPUInfo gpu_info_
    [all...]
  /external/chromium_org/content/renderer/gpu/
mailbox_output_surface.h 11 #include "content/renderer/gpu/compositor_output_surface.h"
50 const gpu::Mailbox& mailbox,
55 gpu::Mailbox mailbox;
  /external/chromium_org/content/renderer/pepper/
ppb_graphics_3d_impl.cc 17 #include "gpu/command_buffer/client/gles2_implementation.h"
124 gpu::CommandBuffer::State PPB_Graphics3D_Impl::GetState() {
142 gpu::Buffer buffer = GetCommandBuffer()->GetTransferBuffer(id);
151 gpu::CommandBuffer::State PPB_Graphics3D_Impl::FlushSync(int32_t put_offset) {
152 gpu::CommandBuffer::State state = GetCommandBuffer()->GetState();
156 gpu::CommandBuffer::State PPB_Graphics3D_Impl::FlushSyncFast(
188 gpu::CommandBuffer* PPB_Graphics3D_Impl::GetCommandBuffer() {
210 // Wait for the command to complete on the GPU to allow for throttling.
224 gpu::CommandBuffer* command_buffer = GetCommandBuffer();
228 gpu::gles2::GLES2Implementation* share_gles2 = NULL
    [all...]
ppb_video_decoder_impl.h 22 namespace gpu { namespace
26 } // namespace gpu
73 gpu::gles2::GLES2Implementation* gles2_impl,
  /external/chromium_org/gpu/command_buffer/client/
buffer_tracker.h 12 #include "gpu/command_buffer/client/hash_tables.h"
13 #include "gpu/command_buffer/common/gles2_cmd_format.h"
15 namespace gpu { namespace
102 typedef gpu::hash_map<GLuint, Buffer*> BufferMap;
111 } // namespace gpu
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.cc 5 #include "gpu/command_buffer/tests/gl_manager.h"
11 #include "gpu/command_buffer/client/gles2_implementation.h"
12 #include "gpu/command_buffer/client/gles2_lib.h"
13 #include "gpu/command_buffer/client/transfer_buffer.h"
14 #include "gpu/command_buffer/common/constants.h"
15 #include "gpu/command_buffer/service/command_buffer_service.h"
16 #include "gpu/command_buffer/service/context_group.h"
17 #include "gpu/command_buffer/service/gl_context_virtual.h"
18 #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
19 #include "gpu/command_buffer/service/gpu_scheduler.h
27 namespace gpu { namespace
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrRenderTarget.h 141 GrRenderTarget(GrGpu* gpu,
145 : INHERITED(gpu, isWrapped, desc)
GrSurface.h 67 * Checks whether this GrSurface refers to the same GPU object as other. This
69 * GPU memory.
123 GrSurface(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc)
124 : INHERITED(gpu, isWrapped)
  /external/chromium_org/third_party/skia/src/gpu/
GrStencilBuffer.h 58 GrStencilBuffer(GrGpu* gpu, bool isWrapped, int width, int height, int bits, int sampleCnt)
59 : GrResource(gpu, isWrapped)
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.cpp 40 const GrGpuGL* gpu,
93 get_key_and_update_stats(drawState.getColorStage(s), gpu->glCaps(),
100 get_key_and_update_stats(drawState.getCoverageStage(s), gpu->glCaps(),
112 header->fExperimentalGS = gpu->caps().geometryShaderSupport();
140 GrAssert(NULL != dstCopy || gpu->caps()->dstReadInShaderSupport());
145 header->fDstReadKey = GrGLShaderBuilder::KeyForDstRead(dstCopyTexture, gpu->glCaps());
153 gpu->glCaps());
204 if (gpu->caps()->dualSourceBlendingSupport() &&
GrGLRenderTarget.h 39 GrGLRenderTarget(GrGpuGL* gpu,
46 GrGLRenderTarget(GrGpuGL* gpu,
  /external/skia/include/gpu/
GrRenderTarget.h 141 GrRenderTarget(GrGpu* gpu,
145 : INHERITED(gpu, isWrapped, desc)
GrSurface.h 67 * Checks whether this GrSurface refers to the same GPU object as other. This
69 * GPU memory.
123 GrSurface(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc)
124 : INHERITED(gpu, isWrapped)

Completed in 672 milliseconds

1 2 3 4 5 6 7 8 91011>>