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

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/resources/gpu_internals/
tracing_controller.css 6 .gpu-tracing-overlay {
16 .gpu-tracing-start-button {
  /external/chromium_org/content/browser/resources/gpu/
gpu_internals.js 14 browserBridge = new gpu.BrowserBridge();
17 cr.ui.decorate('#info-view', gpu.InfoView);
  /external/chromium_org/gpu/command_buffer/client/
atomicops.h 9 #include "gpu/command_buffer/common/types.h"
10 #include "gpu/gpu_export.h"
12 namespace gpu { namespace
49 } // namespace gpu
mapped_memory.h 9 #include "gpu/command_buffer/client/fenced_allocator.h"
10 #include "gpu/command_buffer/common/buffer.h"
11 #include "gpu/command_buffer/common/types.h"
12 #include "gpu/gpu_export.h"
14 namespace gpu { namespace
21 MemoryChunk(int32 shm_id, gpu::Buffer shm, CommandBufferHelper* helper);
100 gpu::Buffer shm_;
164 } // namespace gpu
  /external/chromium_org/gpu/command_buffer/common/
bitfield_helpers.h 11 namespace gpu { namespace
38 } // namespace gpu
command_buffer_shared_test.cc 7 #include "gpu/command_buffer/common/command_buffer_shared.h"
13 namespace gpu { namespace
35 EXPECT_EQ(state.error, gpu::error::kNoError);
36 EXPECT_EQ(state.context_lost_reason, gpu::error::kUnknown);
48 state.error = static_cast<gpu::error::Error>(i + 3);
95 } // namespace gpu
constants.h 8 #include "gpu/command_buffer/common/types.h"
10 namespace gpu { namespace
56 } // namespace gpu
logging_android.cc 9 #include "gpu/command_buffer/common/logging.h"
11 namespace gpu { namespace
15 const char* kLogTag = "chromium-gpu";
33 } // namespace gpu
mailbox.cc 5 #include "gpu/command_buffer/common/mailbox.h"
9 #include "gpu/command_buffer/common/logging.h"
11 namespace gpu { namespace
34 } // namespace gpu
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_linux.cc 5 #include "gpu/command_buffer/service/async_pixel_transfer_manager.h"
9 #include "gpu/command_buffer/service/async_pixel_transfer_manager_idle.h"
10 #include "gpu/command_buffer/service/async_pixel_transfer_manager_share_group.h"
11 #include "gpu/command_buffer/service/async_pixel_transfer_manager_stub.h"
12 #include "gpu/command_buffer/service/gpu_switches.h"
15 namespace gpu { namespace
19 TRACE_EVENT0("gpu", "AsyncPixelTransferManager::Create");
40 } // namespace gpu
async_pixel_transfer_manager_mock.h 8 #include "gpu/command_buffer/service/async_pixel_transfer_manager.h"
11 namespace gpu { namespace
36 } // namespace gpu
async_pixel_transfer_manager_stub.h 8 #include "gpu/command_buffer/service/async_pixel_transfer_manager.h"
10 namespace gpu { namespace
36 } // namespace gpu
gl_state_restorer_impl.cc 5 #include "gpu/command_buffer/service/gl_state_restorer_impl.h"
7 #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
9 namespace gpu { namespace
39 } // namespace gpu
id_manager.h 10 #include "gpu/command_buffer/service/gl_utils.h"
11 #include "gpu/gpu_export.h"
13 namespace gpu { namespace
48 } // namespace gpu
image_manager.h 11 #include "gpu/gpu_export.h"
17 namespace gpu { namespace
41 } // namespace gpu
async_pixel_transfer_manager.h 15 #include "gpu/command_buffer/service/texture_manager.h"
16 #include "gpu/gpu_export.h"
21 struct hash<gpu::gles2::TextureRef*> {
22 size_t operator()(gpu::gles2::TextureRef* ptr) const {
33 namespace gpu { namespace
117 } // namespace gpu
  /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/webkit/common/gpu/
test_context_provider_factory.cc 5 #include "webkit/common/gpu/test_context_provider_factory.h"
9 #include "webkit/common/gpu/context_provider_in_process.h"
12 namespace gpu { namespace in namespace:webkit
37 } // namespace gpu
  /external/chromium_org/cc/resources/
video_resource_updater.h 75 gpu::Mailbox mailbox;
80 gpu::Mailbox mailbox)
98 gpu::Mailbox mailbox;
texture_mailbox.cc 33 const gpu::Mailbox& mailbox_name,
44 const gpu::Mailbox& mailbox_name,
56 const gpu::Mailbox& mailbox_name,
92 bool TextureMailbox::ContainsMailbox(const gpu::Mailbox& other) const {
106 void TextureMailbox::SetName(const gpu::Mailbox& other) {
  /external/chromium_org/content/public/browser/
gpu_data_manager.h 22 namespace gpu { namespace
40 const gpu::GPUInfo& gpu_info) = 0;
44 virtual gpu::GPUInfo GetGPUInfo() const = 0;
46 // Retrieves a list of process handles for all gpu processes.
50 // This indicator might change because we could collect more GPU info or
51 // because the GPU blacklist could be updated.
52 // If this returns false, any further GPU access, including launching GPU
53 // process, establish GPU channel, and GPU info collection, should b
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_video_decoder_shared.h 18 namespace gpu { namespace
22 } // namespace gpu
57 gpu::gles2::GLES2Implementation* gles2_impl);
76 gpu::gles2::GLES2Implementation* gles2_impl_;
  /external/chromium_org/ppapi/thunk/
ppb_graphics_3d_api.h 9 #include "gpu/command_buffer/common/command_buffer.h"
34 virtual gpu::CommandBuffer::State GetState() = 0;
41 virtual gpu::CommandBuffer::State FlushSync(int32_t put_offset) = 0;
42 virtual gpu::CommandBuffer::State FlushSyncFast(int32_t put_offset,
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLTexture.h 66 GrGLTexture(GrGpuGL* gpu,
71 GrGLTexture(GrGpuGL* gpu,
104 void init(GrGpuGL* gpu,
  /external/skia/src/gpu/gl/
GrGLTexture.h 66 GrGLTexture(GrGpuGL* gpu,
71 GrGLTexture(GrGpuGL* gpu,
104 void init(GrGpuGL* gpu,

Completed in 518 milliseconds

1 2 3 4 5 67 8 91011>>