/external/chromium_org/gpu/command_buffer/service/ |
command_buffer_service.cc | 5 #include "gpu/command_buffer/service/command_buffer_service.h" 11 #include "gpu/command_buffer/common/cmd_buffer_common.h" 12 #include "gpu/command_buffer/common/command_buffer_shared.h" 13 #include "gpu/command_buffer/service/transfer_buffer_manager.h" 17 namespace gpu { namespace 71 error_ = gpu::error::kOutOfBounds; 85 error_ = gpu::error::kOutOfBounds; 205 } // namespace gpu
|
gl_surface_mock.h | 11 namespace gpu { namespace 42 } // namespace gpu
|
gpu_switches.h | 5 // Defines all the command-line switches used by gpu/command_buffer/service/. 10 #include "gpu/gpu_export.h"
|
/external/chromium_org/gpu/config/ |
gpu_info_collector_ozone.cc | 5 #include "gpu/config/gpu_info_collector.h" 9 namespace gpu { namespace
|
/external/chromium_org/gpu/gles2_conform_support/native/ |
egl_native_windowless.cc | 5 #include "gpu/gles2_conform_support/egl/display.h" 9 #include "gpu/gles2_conform_support/gtf/gtf_stubs.h"
|
/external/chromium_org/gpu/tools/compositor_model_bench/ |
forward_render_model.h | 12 #include "gpu/tools/compositor_model_bench/render_model_utils.h" 13 #include "gpu/tools/compositor_model_bench/render_models.h"
|
render_models.cc | 5 #include "gpu/tools/compositor_model_bench/render_models.h" 9 #include "gpu/tools/compositor_model_bench/forward_render_model.h"
|
/external/chromium_org/mojo/ |
mojo_examples.gypi | 8 '../gpu/gpu.gyp:gles2_c_lib',
|
/external/chromium_org/mojo/services/gles2/ |
gles2_impl.h | 15 namespace gpu { namespace 34 scoped_ptr<gpu::GLInProcessContext> gl_context_;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
loader.cpp | 19 TargetGPUName("gpu", cl::desc("target gpu name"), cl::value_desc("gpu_name"));
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrPath.h | 21 GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke) 22 : INHERITED(gpu, isWrapped),
|
GrResource.cpp | 13 GrResource::GrResource(GrGpu* gpu, bool isWrapped) { 14 fGpu = gpu;
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLPath.h | 25 GrGLPath(GrGpuGL* gpu, const SkPath& path, const SkStrokeRec& stroke); 28 // TODO: Figure out how to get an approximate size of the path in Gpu
|
/external/chromium_org/ui/gl/ |
gl_image_ozone.cc | 15 TRACE_EVENT0("gpu", "GLImage::CreateGLImage"); 33 TRACE_EVENT0("gpu", "GLImage::CreateGLImageForGpuMemoryBuffer");
|
/external/chromium_org/webkit/common/gpu/ |
context_provider_in_process.cc | 5 #include "webkit/common/gpu/context_provider_in_process.h" 14 #include "gpu/command_buffer/client/gles2_implementation.h" 15 #include "webkit/common/gpu/grcontext_for_webgraphicscontext3d.h" 18 namespace gpu { namespace in namespace:webkit 120 ::gpu::gles2::GLES2Interface* ContextProviderInProcess::ContextGL() { 128 ::gpu::ContextSupport* ContextProviderInProcess::ContextSupport() { 146 new webkit::gpu::GrContextForWebGraphicsContext3D(context3d_.get())); 205 } // namespace gpu
|
/external/mesa3d/src/gallium/drivers/radeon/ |
loader.cpp | 19 TargetGPUName("gpu", cl::desc("target gpu name"), cl::value_desc("gpu_name"));
|
/external/skia/src/gpu/ |
GrPath.h | 21 GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke) 22 : INHERITED(gpu, isWrapped),
|
GrResource.cpp | 13 GrResource::GrResource(GrGpu* gpu, bool isWrapped) { 14 fGpu = gpu;
|
/external/skia/src/gpu/gl/ |
GrGLPath.h | 25 GrGLPath(GrGpuGL* gpu, const SkPath& path, const SkStrokeRec& stroke); 28 // TODO: Figure out how to get an approximate size of the path in Gpu
|
/external/chromium_org/content/browser/gpu/ |
gpu_internals_ui.cc | 5 #include "content/browser/gpu/gpu_internals_ui.h" 17 #include "content/browser/gpu/compositor_util.h" 18 #include "content/browser/gpu/gpu_data_manager_impl.h" 28 #include "gpu/config/gpu_feature_type.h" 29 #include "gpu/config/gpu_info.h" 63 base::ListValue* DxDiagNodeToList(const gpu::DxDiagNode& node) { 72 for (std::map<std::string, gpu::DxDiagNode>::const_iterator it = 83 std::string GPUDeviceToString(const gpu::GPUInfo::GPUDevice& gpu) { 84 std::string vendor = base::StringPrintf("0x%04x", gpu.vendor_id) [all...] |
/external/chromium_org/android_webview/ |
DEPS | 11 "+gpu",
|
/external/chromium_org/content/common/gpu/client/ |
gpu_context_tests.h | 6 // Once in a gpu test with an in-process WebGraphicsContext3D. 7 // Once in a browsertest with a gpu-process WebGraphicsContext3D. 11 #include "gpu/GLES2/gl2extchromium.h" 12 #include "gpu/command_buffer/client/context_support.h"
|
/external/chromium_org/content/common/gpu/ |
gpu_surface_lookup.cc | 5 #include "content/common/gpu/gpu_surface_lookup.h"
|
/external/chromium_org/content/renderer/gpu/ |
delegated_compositor_output_surface.cc | 5 #include "content/renderer/gpu/delegated_compositor_output_surface.h"
|
delegated_compositor_output_surface.h | 8 #include "content/renderer/gpu/compositor_output_surface.h"
|