HomeSort by relevance Sort by last modified time
    Searched refs:gpu (Results 1 - 25 of 1649) 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
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"
9 namespace gpu { namespace
21 #include "gpu/command_buffer/client/client_context_state_impl_autogen.h"
24 } // 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/client/gles2_interface.h"
10 namespace gpu { namespace
22 #include "gpu/command_buffer/client/gles2_interface_stub_autogen.h"
26 } // namespace gpu
gles2_cmd_helper.cc 5 #include "gpu/command_buffer/client/gles2_cmd_helper.h"
7 namespace gpu { namespace
18 } // namespace gpu
gles2_interface.h 12 namespace gpu { namespace
24 #include "gpu/command_buffer/client/gles2_interface_autogen.h"
28 } // 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/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 7 // <gpu/config/gpu_control_list_format.txt>.
9 // <gpu/config/gpu_driver_bug_workaround_type.h>.
11 #include "gpu/config/gpu_control_list_jsons.h"
15 namespace gpu { namespace
20 "name": "gpu driver bug list",
244 "description": "Some drivers are unable to reset the D3D device in the GPU process sandbox",
557 "description": "Force to use discrete GPU on older MacBookPro models",
768 "description": "Force glFinish() after compositing on older OS X on Intel GPU",
1095 } // namespace gpu
gpu_info_collector_linux.h 10 namespace gpu { namespace
15 } // namespace gpu
gpu_info_collector_ozone.cc 6 #include "gpu/config/gpu_info_collector_linux.h"
8 namespace gpu { namespace
15 } // namespace gpu
software_rendering_list_json.cc 5 // Determines whether certain gpu-related features are blacklisted or not.
7 // <gpu/config/gpu_control_list_format.txt>.
8 // The supported "features" can be found in <gpu/config/gpu_blacklist.cc>.
10 #include "gpu/config/gpu_control_list_jsons.h"
14 namespace gpu { namespace
40 "description": "GL driver is software rendered. GPU acceleration is disabled",
603 // error in chrome:gpu on every other platform, this blacklist entry needs
768 "description": "GPU access is blocked if users don't have proper graphics driver installed after Windows installation",
788 "description": "WebGL is disabled on Android unless GPU reset notification is supported",
810 "description": "Accelerated video decode interferes with GPU sandbox on older Intel drivers"
    [all...]
gpu_control_list_jsons.h 8 #include "gpu/gpu_export.h"
10 namespace gpu { namespace
16 } // namespace gpu
  /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
command_buffer_mock.cc 5 #include "gpu/command_buffer/common/command_buffer_mock.h"
7 namespace gpu { namespace
11 .WillByDefault(testing::Return(scoped_refptr<gpu::Buffer>()));
16 } // namespace gpu
time.h 12 namespace gpu { namespace
18 } // namespace gpu
22 namespace gpu {
28 } // namespace gpu
  /external/chromium_org/mojo/services/gles2/
command_buffer_type_conversions.h 8 #include "gpu/command_buffer/common/command_buffer.h"
17 struct TypeConverter<CommandBufferStatePtr, gpu::CommandBuffer::State> {
18 static CommandBufferStatePtr Convert(const gpu::CommandBuffer::State& input);
22 struct TypeConverter<gpu::CommandBuffer::State, CommandBufferStatePtr> {
23 static gpu::CommandBuffer::State Convert(const CommandBufferStatePtr& input);
  /external/chromium_org/third_party/skia/src/gpu/
GrVertexBuffer.h 18 GrVertexBuffer(GrGpu* gpu, bool isWrapped, size_t gpuMemorySize, bool dynamic, bool cpuBacked)
19 : INHERITED(gpu, isWrapped, gpuMemorySize, dynamic, cpuBacked) {}
  /external/skia/src/gpu/
GrVertexBuffer.h 18 GrVertexBuffer(GrGpu* gpu, bool isWrapped, size_t gpuMemorySize, bool dynamic, bool cpuBacked)
19 : INHERITED(gpu, isWrapped, gpuMemorySize, dynamic, cpuBacked) {}

Completed in 496 milliseconds

1 2 3 4 5 6 7 8 91011>>