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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_validation.cc 9 #include "gpu/command_buffer/service/gles2_cmd_validation.h"
10 #include "gpu/command_buffer/service/gl_utils.h"
12 namespace gpu { namespace
15 #include "gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h"
18 } // namespace gpu
async_pixel_transfer_manager_mock.cc 5 #include "gpu/command_buffer/service/async_pixel_transfer_manager_mock.h"
9 namespace gpu { namespace
15 } // namespace gpu
gl_surface_mock.cc 5 #include "gpu/command_buffer/service/gl_surface_mock.h"
7 namespace gpu { namespace
14 } // namespace gpu
stream_texture_manager_mock.cc 5 #include "gpu/command_buffer/service/stream_texture_manager_mock.h"
7 namespace gpu { namespace
15 } // namespace gpu
stream_texture_mock.cc 5 #include "gpu/command_buffer/service/stream_texture_mock.h"
7 namespace gpu { namespace
15 } // namespace gpu
async_pixel_transfer_delegate_mock.cc 5 #include "gpu/command_buffer/service/async_pixel_transfer_delegate_mock.h"
7 namespace gpu { namespace
16 } // namespace gpu
error_state_mock.cc 5 #include "gpu/command_buffer/service/error_state_mock.h"
7 namespace gpu { namespace
16 } // namespace gpu
  /external/chromium_org/gpu/command_buffer/client/
ref_counted.h 9 namespace gpu { namespace
gles2_lib.cc 5 #include "gpu/command_buffer/client/gles2_lib.h"
7 #include "gpu/command_buffer/common/thread_local.h"
19 static gpu::ThreadLocalKey g_gl_context_key;
23 g_gl_context_key = gpu::ThreadLocalAlloc();
27 gpu::ThreadLocalFree(g_gl_context_key);
31 gpu::gles2::GLES2Interface* GetGLContext() {
32 return static_cast<gpu::gles2::GLES2Interface*>(
33 gpu::ThreadLocalGetValue(g_gl_context_key));
36 void SetGLContext(gpu::gles2::GLES2Interface* context) {
37 gpu::ThreadLocalSetValue(g_gl_context_key, context)
    [all...]
client_context_state.cc 5 #include "gpu/command_buffer/client/client_context_state.h"
6 #include "gpu/command_buffer/common/logging.h"
8 namespace gpu { namespace
20 #include "gpu/command_buffer/client/client_context_state_impl_autogen.h"
23 } // namespace gpu
gles2_interface.cc 5 #include "gpu/command_buffer/client/gles2_interface.h"
7 namespace gpu { namespace
17 } // namespace gpu
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_interface_stub.h 8 #include "gpu/command_buffer/common/compiler_specific.h"
9 #include "gpu/command_buffer/client/gles2_interface.h"
11 namespace gpu { namespace
23 #include "gpu/command_buffer/client/gles2_interface_stub_autogen.h"
27 } // namespace gpu
  /external/chromium_org/gpu/config/
dx_diag_node.cc 5 #include "gpu/config/dx_diag_node.h"
7 namespace gpu { namespace
13 } // namespace gpu
gpu_driver_bug_list_json.cc 47 // see src/gpu/command_buffer/service/gpu_driver_bug_workaround_type.h
77 #include "gpu/config/gpu_control_list_jsons.h"
81 namespace gpu { namespace
86 "name": "gpu driver bug list",
278 "description": "Some drivers are unable to reset the D3D device in the GPU process sandbox",
392 "PBO + Readpixels + intel gpu doesn't work on OSX 10.7.",
445 } // namespace gpu
gpu_switching_list_json.cc 5 // Determines whether a certain gpu is prefered in a dual-gpu situation.
46 // 20. "features" is a list of gpu switching options, including
77 #include "gpu/config/gpu_control_list_jsons.h"
81 namespace gpu { namespace
86 "name": "gpu switching list",
92 "description": "Force to use discrete GPU on older MacBookPro models.",
124 } // namespace gpu
gpu_switching_option.h 10 namespace gpu { namespace
19 } // namespace gpu
software_rendering_list_json.cc 5 // Determines whether certain gpu-related features are blacklisted or not.
47 // 21. "features" is a list of gpu feature strings, valid values include
81 #include "gpu/config/gpu_control_list_jsons.h"
85 namespace gpu { namespace
372 "description": "GPU acceleration is no longer supported in Leopard.",
858 // error in chrome:gpu on every other platform, this blacklist entry needs
894 "description": "Multisampling is buggy on Mac with NVIDIA gpu prior to 10.8.3.",
910 "description": "Multisampling is buggy on Mac with Intel gpu prior to 10.8.3.",
945 "description": "Multisampling is buggy on Mac with AMD gpu prior to 10.8.3.",
1119 "description": "GPU access is blocked if users don't have proper graphics driver installed after Windows installation"
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids.h 10 #include "gpu/command_buffer/common/cmd_buffer_common.h"
12 namespace gpu { namespace
15 #include "gpu/command_buffer/common/gles2_cmd_ids_autogen.h"
20 } // namespace gpu
time.h 12 namespace gpu { namespace
18 } // namespace gpu
22 namespace gpu {
28 } // namespace gpu
  /external/chromium_org/webkit/common/gpu/
gl_bindings_skia_cmd_buffer.h 8 #include "webkit/common/gpu/webkit_gpu_export.h"
13 namespace gpu { namespace in namespace:webkit
15 // The GPU back-end for skia requires pointers to GL functions. This function
16 // returns a binding for skia-gpu to the cmd buffers GL.
19 } // namespace gpu
  /external/chromium_org/third_party/skia/src/gpu/
GrPath.h 18 GrPath(GrGpu* gpu, bool isWrapped) : INHERITED(gpu, isWrapped) {}
GrVertexBuffer.h 18 GrVertexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked)
19 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic, cpuBacked) {}
  /external/skia/src/gpu/
GrPath.h 18 GrPath(GrGpu* gpu, bool isWrapped) : INHERITED(gpu, isWrapped) {}
GrVertexBuffer.h 18 GrVertexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked)
19 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic, cpuBacked) {}

Completed in 881 milliseconds

1 2 3 4 5 6 7 8 91011>>