HomeSort by relevance Sort by last modified time
    Searched full:gpu (Results 51 - 75 of 2511) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub.cc 5 #include "gpu/command_buffer/client/gles2_interface_stub.h"
7 namespace gpu { namespace
19 #include "gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h"
22 } // namespace gpu
gles2_trace_implementation.cc 5 #include "gpu/command_buffer/client/gles2_trace_implementation.h"
6 #include "gpu/command_buffer/common/trace_event.h"
8 namespace gpu { namespace
21 #include "gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h"
24 } // namespace gpu
  /external/chromium_org/gpu/command_buffer/common/
mailbox.h 10 #include "gpu/command_buffer/common/types.h"
11 #include "gpu/gpu_export.h"
13 namespace gpu { namespace
26 } // namespace gpu
  /external/chromium_org/gpu/command_buffer/service/
stream_texture_manager_in_process_android.h 13 #include "gpu/command_buffer/service/stream_texture.h"
14 #include "gpu/command_buffer/service/stream_texture_manager.h"
21 namespace gpu { namespace
24 : public gpu::StreamTextureManager,
29 // implement gpu::StreamTextureManager:
33 virtual gpu::StreamTexture* LookupStreamTexture(uint32 service_id) OVERRIDE;
38 class StreamTextureImpl : public gpu::StreamTexture {
43 // implement gpu::StreamTexture
73 } // gpu
gles2_cmd_decoder_unittest_3.cc 5 #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_base.h"
10 #include "gpu/command_buffer/service/cmd_buffer_engine.h"
11 #include "gpu/command_buffer/service/context_group.h"
12 #include "gpu/command_buffer/service/program_manager.h"
27 namespace gpu { namespace
67 #include "gpu/command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h"
70 } // namespace gpu
    [all...]
  /external/chromium_org/ui/gl/
gpu_preference.h 10 // On dual-GPU systems, expresses a preference for using the integrated
11 // or discrete GPU. On systems that have dual-GPU support (see
13 // contexts that are created with the same GPU preference.
gl_switches.cc 27 // Stop the GPU from synchronizing on the vsync before presenting.
28 const char kDisableGpuVsync[] = "disable-gpu-vsync";
30 // Turns on GPU logging (debug build only).
31 const char kEnableGPUServiceLogging[] = "enable-gpu-service-logging";
32 const char kEnableGPUClientLogging[] = "enable-gpu-client-logging";
35 const char kEnableGPUServiceTracing[] = "enable-gpu-service-tracing";
37 // Select which implementation of GL the GPU process should use. Options are:
47 // Inform Chrome that a GPU context will not be lost in power saving mode,
48 // screen saving mode, etc. Note that this flag does not ensure that a GPU
49 // context will never be lost in any situations, say, a GPU reset
    [all...]
  /external/chromium_org/webkit/common/gpu/
test_context_provider_factory.h 9 #include "webkit/common/gpu/webkit_gpu_export.h"
16 namespace gpu { namespace in namespace:webkit
30 scoped_refptr<webkit::gpu::ContextProviderInProcess> main_thread_;
35 } // namespace gpu
webkit_gpu.gyp 20 '<(DEPTH)/gpu/command_buffer/command_buffer.gyp:gles2_utils',
21 '<(DEPTH)/gpu/gpu.gyp:command_buffer_service',
22 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
23 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation',
24 '<(DEPTH)/gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
32 # This list contains all .h and .cc in gpu except for test code.
  /external/chromium-trace/trace-viewer/test_data/
huge_trace.json     [all...]
  /external/chromium_org/chrome/browser/resources/tracing/tests/
huge_trace.json     [all...]
  /external/chromium_org/third_party/skia/gyp/
public_headers.gypi 166 'gpu/GrBackendEffectFactory.h',
167 'gpu/GrBitmapTextContext.h',
168 'gpu/GrClipData.h',
169 'gpu/GrColor.h',
170 'gpu/GrConfig.h',
171 'gpu/GrContext.h',
172 'gpu/GrContextFactory.h',
173 'gpu/GrCoordTransform.h',
174 'gpu/GrDistanceFieldTextContext.h',
175 'gpu/GrDrawEffect.h'
    [all...]
gpu.gyp 73 '../include/gpu',
90 'gpu.gypi',
93 '../include/gpu',
95 '../src/gpu',
107 'gpu.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
147 '<(skia_include_path)/gpu/GrDistanceFieldTextContext.h',
148 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.cpp',
149 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp',
150 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h',
158 '../src/gpu/gl/GrGLDefaultInterface_none.cpp'
    [all...]
  /external/chromium_org/ppapi/proxy/
ppapi_command_buffer_proxy.h 10 #include "gpu/command_buffer/common/command_buffer.h"
11 #include "gpu/command_buffer/common/gpu_control.h"
24 class PPAPI_PROXY_EXPORT PpapiCommandBufferProxy : public gpu::CommandBuffer,
25 public gpu::GpuControl {
31 // gpu::CommandBuffer implementation:
40 virtual gpu::Buffer CreateTransferBuffer(size_t size, int32* id) OVERRIDE;
42 virtual gpu::Buffer GetTransferBuffer(int32 id) OVERRIDE;
44 virtual void SetParseError(gpu::error::Error error) OVERRIDE;
45 virtual void SetContextLostReason(gpu::error::ContextLostReason reason)
48 // gpu::GpuControl implementation
    [all...]
  /external/skia/gyp/
public_headers.gypi 19 'gpu/GrTexture.h',
20 'gpu/SkGr.h',
21 'gpu/GrContext.h',
22 'gpu/gl/GrGLConfig_chrome.h',
23 'gpu/gl/SkNativeGLContext.h',
24 'gpu/gl/SkMesaGLContext.h',
25 'gpu/gl/SkDebugGLContext.h',
26 'gpu/gl/SkANGLEGLContext.h',
27 'gpu/gl/GrGLConfig.h',
28 'gpu/gl/GrGLInterface.h'
    [all...]
gpu.gyp 73 '../include/gpu',
90 'gpu.gypi',
93 '../include/gpu',
95 '../src/gpu',
107 'gpu.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
147 '<(skia_include_path)/gpu/GrDistanceFieldTextContext.h',
148 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.cpp',
149 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp',
150 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h',
158 '../src/gpu/gl/GrGLDefaultInterface_none.cpp'
    [all...]
  /external/chromium_org/content/test/gpu/page_sets/
memory_tests.json 2 "description": "Tests that validate GPU memory management",
7 "url": "file://../../data/gpu/mem_css3d.html",
gpu_process_tests.json 2 "description": "Tests that accelerated content triggers the creation of a GPU process",
8 "url": "file://../../data/gpu/functional_canvas_demo.html",
15 "url": "file://../../data/gpu/functional_3d_css.html",
22 "url": "file://../../data/gpu/functional_webgl.html",
29 "url": "file://../../data/gpu/functional_video.html",
  /external/chromium_org/media/tools/layout_tests/
test_expectations_unittest.py 14 line = ('crbug.com/86714 [ Mac Gpu ] media/video-zoom.html [ Crash '
17 'Comments': '', 'MAC': True, 'Gpu': True,
18 'Platforms': ['MAC', 'Gpu']}
23 line = ('crbug.com/86714 [ Mac Gpu ] media/video-zoom.html [ Crash '
26 'Comments': ' foo', 'MAC': True, 'Gpu': True,
27 'Platforms': ['MAC', 'Gpu']}
33 'ImageOnlyFailure ] # Gpu')
35 'Comments': ' Gpu', 'MAC': True,
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLTexture.cpp 15 void GrGLTexture::init(GrGpuGL* gpu,
34 fRenderTarget.reset(SkNEW_ARGS(GrGLRenderTarget, (gpu, *rtDesc, vp, fTexIDObj, this)));
38 GrGLTexture::GrGLTexture(GrGpuGL* gpu,
40 : INHERITED(gpu, textureDesc.fIsWrapped, textureDesc) {
41 this->init(gpu, textureDesc, NULL);
44 GrGLTexture::GrGLTexture(GrGpuGL* gpu,
47 : INHERITED(gpu, textureDesc.fIsWrapped, textureDesc) {
48 this->init(gpu, textureDesc, &rtDesc);
GrGLBufferImpl.cpp 11 #define GL_CALL(GPU, X) GR_GL_CALL(GPU->glInterface(), X)
19 // GL_STREAM_DRAW triggers an optimization in Chromium's GPU process where a client's vertex buffer
23 GrGLBufferImpl::GrGLBufferImpl(GrGpuGL* gpu, const Desc& desc, GrGLenum bufferType)
35 void GrGLBufferImpl::release(GrGpuGL* gpu) {
43 GL_CALL(gpu, DeleteBuffers(1, &fDesc.fID));
45 gpu->notifyVertexBufferDelete(fDesc.fID);
48 gpu->notifyIndexBufferDelete(fDesc.fID);
62 void GrGLBufferImpl::bind(GrGpuGL* gpu) const {
65 gpu->bindVertexBuffer(fDesc.fID)
    [all...]
  /external/skia/src/gpu/gl/
GrGLTexture.cpp 15 void GrGLTexture::init(GrGpuGL* gpu,
34 fRenderTarget.reset(SkNEW_ARGS(GrGLRenderTarget, (gpu, *rtDesc, vp, fTexIDObj, this)));
38 GrGLTexture::GrGLTexture(GrGpuGL* gpu,
40 : INHERITED(gpu, textureDesc.fIsWrapped, textureDesc) {
41 this->init(gpu, textureDesc, NULL);
44 GrGLTexture::GrGLTexture(GrGpuGL* gpu,
47 : INHERITED(gpu, textureDesc.fIsWrapped, textureDesc) {
48 this->init(gpu, textureDesc, &rtDesc);
GrGLBufferImpl.cpp 11 #define GL_CALL(GPU, X) GR_GL_CALL(GPU->glInterface(), X)
19 // GL_STREAM_DRAW triggers an optimization in Chromium's GPU process where a client's vertex buffer
23 GrGLBufferImpl::GrGLBufferImpl(GrGpuGL* gpu, const Desc& desc, GrGLenum bufferType)
35 void GrGLBufferImpl::release(GrGpuGL* gpu) {
43 GL_CALL(gpu, DeleteBuffers(1, &fDesc.fID));
45 gpu->notifyVertexBufferDelete(fDesc.fID);
48 gpu->notifyIndexBufferDelete(fDesc.fID);
62 void GrGLBufferImpl::bind(GrGpuGL* gpu) const {
65 gpu->bindVertexBuffer(fDesc.fID)
    [all...]
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.h 11 #include "gpu/command_buffer/client/gles2_cmd_helper.h"
12 #include "gpu/command_buffer/service/command_buffer_service.h"
13 #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
14 #include "gpu/command_buffer/service/gpu_scheduler.h"
19 namespace gpu { namespace
30 } // namespace gpu
83 scoped_ptr<gpu::TransferBufferManagerInterface> transfer_buffer_manager_;
84 scoped_ptr<gpu::CommandBufferService> command_buffer_;
85 scoped_ptr<gpu::GpuScheduler> gpu_scheduler_;
86 scoped_ptr<gpu::gles2::GLES2Decoder> decoder_
    [all...]
  /external/chromium_org/gpu/config/
gpu_info_unittest.cc 5 #include "gpu/config/gpu_info.h"
8 namespace gpu { namespace
15 EXPECT_EQ(gpu_info.gpu.vendor_id, 0u);
16 EXPECT_EQ(gpu_info.gpu.device_id, 0u);
34 } // namespace gpu

Completed in 3519 milliseconds

1 23 4 5 6 7 8 91011>>