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

1 2 3 4 56 7 8 91011>>

  /external/skia/expectations/gm/Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE/
README 5 and using the CPU's built-in GPU (so-called "Intel HD Graphics 3000")
  /external/skia/expectations/gm/Test-Win7-ShuttleA-HD2000-x86-Debug-DirectWrite/
README 5 and using the CPU's built-in GPU (so-called "Intel HD Graphics 3000")
  /external/skia/expectations/gm/Test-Win7-ShuttleA-HD2000-x86-Release/
README 5 and using the CPU's built-in GPU (so-called "Intel HD Graphics 3000")
  /external/skia/expectations/gm/Test-Win7-ShuttleA-HD2000-x86-Release-ANGLE/
README 5 and using the CPU's built-in GPU (so-called "Intel HD Graphics 3000")
  /external/skia/expectations/gm/Test-Win7-ShuttleA-HD2000-x86-Release-DirectWrite/
README 5 and using the CPU's built-in GPU (so-called "Intel HD Graphics 3000")
  /external/skia/expectations/gm/Test-Win7-ShuttleA-HD2000-x86_64-Debug/
README 5 and using the CPU's built-in GPU (so-called "Intel HD Graphics 3000")
  /external/skia/expectations/gm/Test-Win7-ShuttleA-HD2000-x86_64-Release/
README 5 and using the CPU's built-in GPU (so-called "Intel HD Graphics 3000")
  /external/chromium_org/content/gpu/
gpu_child_thread.h 18 #include "content/common/gpu/gpu_channel.h"
19 #include "content/common/gpu/gpu_channel_manager.h"
20 #include "content/common/gpu/gpu_config.h"
21 #include "content/common/gpu/x_util.h"
22 #include "gpu/config/gpu_info.h"
32 // The main thread of the GPU child process. There will only ever be one of
35 // commands to the GPU.
42 const gpu::GPUInfo& gpu_info,
88 // Information about the GPU, such as device and vendor ID.
89 gpu::GPUInfo gpu_info_
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_platform_context_3d.h 12 #include "content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h"
13 #include "gpu/command_buffer/common/mailbox.h"
16 namespace gpu { namespace
19 } // namespace gpu
34 void GetBackingMailbox(gpu::Mailbox* mailbox, uint32* sync_point);
46 gpu::CommandBuffer* GetCommandBuffer();
49 gpu::GpuControl* GetGpuControl();
51 // If the command buffer is routed in the GPU channel, return the route id.
56 // (e.g. gpu process crash). Takes ownership of the callback.
61 // Set an optional callback that will be invoked when the GPU proces
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gpu_control_service.cc 5 #include "gpu/command_buffer/service/gpu_control_service.h"
7 #include "gpu/command_buffer/client/gpu_memory_buffer_factory.h"
8 #include "gpu/command_buffer/service/gpu_memory_buffer_manager.h"
9 #include "gpu/command_buffer/service/mailbox_manager.h"
10 #include "gpu/command_buffer/service/query_manager.h"
12 namespace gpu { namespace
19 const gpu::Capabilities& decoder_capabilities)
32 gpu::Capabilities GpuControlService::GetCapabilities() {
43 CHECK(gpu_memory_buffer_factory_) << "No GPU memory buffer factory provided";
122 unsigned num, std::vector<gpu::Mailbox>* names)
    [all...]
gpu_control_service.h 11 #include "gpu/command_buffer/common/gpu_control.h"
14 namespace gpu { namespace
29 const gpu::Capabilities& decoder_capabilities);
34 virtual gpu::Capabilities GetCapabilities() OVERRIDE;
42 std::vector<gpu::Mailbox>* names) OVERRIDE;
53 // Register an existing gpu memory buffer and get an ID that can be used
68 gpu::Capabilities capabilities_;
73 } // namespace gpu
  /external/skia/
Android.mk 413 src/gpu/SkGpuDevice.cpp \
414 src/gpu/SkGr.cpp \
415 src/gpu/SkGrFontScaler.cpp \
416 src/gpu/SkGrPixelRef.cpp \
417 src/gpu/SkGrTexturePixelRef.cpp \
418 src/gpu/gl/SkGLContextHelper.cpp \
419 src/gpu/gl/android/SkNativeGLContext_android.cpp \
421 # null and debug gpu interfaces
423 src/gpu/gl/SkNullGLContext.cpp \
424 src/gpu/gl/GrGLCreateNullInterface.cpp
    [all...]
  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.h 11 // The GPU back-end for skia requires pointers to GL functions. This function
12 // binds skia-gpu to the cmd buffers GL.
  /external/chromium_org/cc/resources/
texture_mailbox.h 13 #include "gpu/command_buffer/common/mailbox.h"
24 explicit TextureMailbox(const gpu::Mailbox& mailbox_name);
25 TextureMailbox(const gpu::Mailbox& mailbox_name,
27 TextureMailbox(const gpu::Mailbox& mailbox_name,
40 bool ContainsMailbox(const gpu::Mailbox&) const;
44 const gpu::Mailbox& name() const { return name_; }
55 void SetName(const gpu::Mailbox& name);
58 gpu::Mailbox name_;
  /external/chromium_org/chrome/browser/component_updater/
swiftshader_component_installer.h 11 // and 2) register with the gpu data manager and then register with the
12 // component updater if the current gpu is blacklisted.
  /external/chromium_org/chrome/browser/gpu/
gpu_feature_checker.cc 5 #include "chrome/browser/gpu/gpu_feature_checker.h"
14 // GPU info has been collected in a GPU process.
16 gpu::GpuFeatureType feature) {
23 GPUFeatureChecker::GPUFeatureChecker(gpu::GpuFeatureType feature,
38 // decision based on partial GPU info; on Linux, we need to launch the GPU
39 // process to collect full GPU info and make the final decision.
  /external/chromium_org/gpu/skia_bindings/
gl_bindings_skia_cmd_buffer.h 14 // The GPU back-end for skia requires pointers to GL functions. This function
15 // returns a binding for skia-gpu to the cmd buffers GL.
  /external/chromium_org/third_party/skia/src/gpu/
GrVertexBuffer.h 18 GrVertexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked)
19 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic, cpuBacked) {}
  /external/chromium_org/ui/gl/
gl_bindings_skia_in_process.h 14 // The GPU back-end for skia requires pointers to GL functions. This function
15 // creates a binding for skia-gpu to the in-process GL
  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.h 13 #include "webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h"
14 #include "webkit/common/gpu/webkit_gpu_export.h"
19 namespace gpu { namespace in namespace:webkit
36 virtual ::gpu::gles2::GLES2Interface* ContextGL() OVERRIDE;
37 virtual ::gpu::ContextSupport* ContextSupport() OVERRIDE;
63 scoped_ptr<webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl>
65 scoped_ptr<webkit::gpu::GrContextForWebGraphicsContext3D> gr_context_;
81 } // namespace gpu
  /external/skia/src/gpu/
GrVertexBuffer.h 18 GrVertexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked)
19 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic, cpuBacked) {}
  /external/chromium_org/content/common/gpu/
gpu_memory_tracking.h 11 #include "gpu/command_buffer/service/memory_tracking.h"
18 // which tracks GPU resource consumption for the entire context group.
25 gpu::gles2::MemoryTracker::Pool tracking_pool);
33 gpu::gles2::MemoryTracker* GetMemoryTracker() const {
41 gpu::gles2::MemoryTracker* memory_tracker,
51 gpu::gles2::MemoryTracker* memory_tracker_;
  /external/chromium_org/ppapi/
ppapi_proxy_untrusted.gyp 33 '../gpu/command_buffer/command_buffer_untrusted.gyp:gles2_utils_untrusted',
34 '../gpu/gpu_untrusted.gyp:command_buffer_client_untrusted',
35 '../gpu/gpu_untrusted.gyp:command_buffer_common_untrusted',
36 '../gpu/gpu_untrusted.gyp:gles2_implementation_untrusted',
37 '../gpu/gpu_untrusted.gyp:gles2_cmd_helper_untrusted',
38 '../gpu/gpu_untrusted.gyp:gpu_ipc_untrusted',
  /external/chromium_org/webkit/
DEPS 27 # For gpu/
30 "+gpu/GLES2",
31 "+gpu/command_buffer/client",
32 "+gpu/command_buffer/common",
33 "+gpu/command_buffer/service",
34 "+gpu/skia_bindings",
  /external/chromium_org/content/browser/gpu/
gpu_process_host.h 18 #include "content/browser/gpu/gpu_surface_tracker.h"
20 #include "content/common/gpu/gpu_memory_uma_stats.h"
21 #include "content/common/gpu/gpu_process_launch_causes.h"
24 #include "gpu/command_buffer/common/constants.h"
25 #include "gpu/config/gpu_info.h"
59 typedef base::Callback<void(const IPC::ChannelHandle&, const gpu::GPUInfo&)>
69 // launching of a GPU process if required. Returns null on failure. It
71 // loop as it can be destroyed. Instead store the associated GPU host ID.
72 // This could return NULL if GPU access is not allowed (blacklisted).
76 // Retrieves a list of process handles for all gpu processes
    [all...]

Completed in 967 milliseconds

1 2 3 4 56 7 8 91011>>