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

<<31323334353637383940>>

  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format.h 16 #include "gpu/command_buffer/common/bitfield_helpers.h"
17 #include "gpu/command_buffer/common/cmd_buffer_common.h"
18 #include "gpu/command_buffer/common/gles2_cmd_ids.h"
19 #include "gpu/command_buffer/common/types.h"
43 namespace gpu { namespace
440 } // namespace gpu
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_copy_texture_chromium.cc 5 #include "gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.h"
9 #include "gpu/command_buffer/common/types.h"
10 #include "gpu/command_buffer/service/gl_utils.h"
11 #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
219 namespace gpu { namespace
243 // Initialize all of the GPU resources required to perform the copy.
mailbox_manager_unittest.cc 5 #include "gpu/command_buffer/service/mailbox_manager.h"
7 #include "gpu/command_buffer/service/feature_info.h"
8 #include "gpu/command_buffer/service/mailbox_synchronizer.h"
9 #include "gpu/command_buffer/service/texture_manager.h"
13 namespace gpu { namespace
473 } // namespace gpu
memory_program_cache_unittest.cc 5 #include "gpu/command_buffer/service/memory_program_cache.h"
8 #include "gpu/command_buffer/common/gles2_cmd_format.h"
9 #include "gpu/command_buffer/service/gl_utils.h"
10 #include "gpu/command_buffer/service/shader_manager.h"
11 #include "gpu/command_buffer/service/shader_translator.h"
23 typedef gpu::gles2::ShaderTranslator::VariableMap VariableMap;
26 namespace gpu { namespace
646 } // namespace gpu
query_manager.cc 5 #include "gpu/command_buffer/service/query_manager.h"
13 #include "gpu/command_buffer/common/gles2_cmd_format.h"
14 #include "gpu/command_buffer/service/async_pixel_transfer_manager.h"
15 #include "gpu/command_buffer/service/error_state.h"
16 #include "gpu/command_buffer/service/feature_info.h"
17 #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
19 namespace gpu { namespace
683 } // namespace gpu
test_helper.h 11 namespace gpu { namespace
125 } // namespace gpu
  /external/chromium_org/third_party/skia/src/gpu/
GrBufferAllocPool.h 77 * @param gpu The GrGpu used to create the buffers.
90 GrBufferAllocPool(GrGpu* gpu,
191 * @param gpu The GrGpu used to create the vertex buffers.
202 GrVertexBufferAllocPool(GrGpu* gpu,
279 * @param gpu The GrGpu used to create the index buffers.
290 GrIndexBufferAllocPool(GrGpu* gpu,
  /external/chromium_org/tools/telemetry/telemetry/core/
browser.py 97 'Gpu': {'ProcessCount': 0},
110 process_name_type_key_map = {'gpu-process': 'Gpu', 'renderer': 'Renderer'}
144 'Gpu': {
177 'Gpu': {
208 'Gpu': {
  /external/skia/include/core/
SkUserConfig.h 229 /* Determines whether to build code that supports the GPU backend. Some classes
230 that are not GPU-specific, such as SkShader subclasses, have optional code
231 that is used allows them to interact with the GPU backend. If you'd like to
232 omit this code set SK_SUPPORT_GPU to 0. This also allows you to omit the gpu
233 directories from your include search path when you're not building the GPU
234 backend. Defaults to 1 (build the GPU code).
  /external/skia/src/gpu/
GrBufferAllocPool.h 77 * @param gpu The GrGpu used to create the buffers.
90 GrBufferAllocPool(GrGpu* gpu,
191 * @param gpu The GrGpu used to create the vertex buffers.
202 GrVertexBufferAllocPool(GrGpu* gpu,
279 * @param gpu The GrGpu used to create the index buffers.
290 GrIndexBufferAllocPool(GrGpu* gpu,
  /external/chromium/build/
all.gyp 18 '../gpu/gpu.gyp:*',
19 '../gpu/demos/demos.gyp:*',
158 '../gpu/gpu.gyp:gpu_unittests',
216 '../gpu/gpu.gyp:gpu_unittests',
322 '../gpu/gpu.gyp:gpu_unittests',
352 '../gpu/gpu.gyp:gpu_unittests'
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/src/com/example/SanAngeles/
DemoActivity.java 33 * - on a real device, the GPU bus is the real bottleneck
39 * Fixing the program to send less polygons to the GPU is left
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_mac.h 236 // Methods associated with GPU-accelerated plug-in instances and the
293 // When rendering transitions from gpu to software, the gpu widget can't be
295 // checks if the GPU view needs to be hidden and hides it if necessary. It
299 // This is called from the display link thread, and provides the GPU
384 // When rendering transitions from gpu to software, the gpu widget can't be
386 // set when the gpu widget needs to be hidden once a paint is completed.
  /external/chromium_org/cc/output/
geometry_binding.cc 8 #include "gpu/command_buffer/client/gles2_interface.h"
14 GeometryBinding::GeometryBinding(gpu::gles2::GLES2Interface* gl,
  /external/chromium_org/cc/test/
test_context_provider.cc 102 gpu::gles2::GLES2Interface* TestContextProvider::ContextGL() {
110 gpu::ContextSupport* TestContextProvider::ContextSupport() {
test_gles2_interface.h 8 #include "gpu/command_buffer/client/gles2_interface_stub.h"
13 class TestGLES2Interface : public gpu::gles2::GLES2InterfaceStub {
  /external/chromium_org/content/browser/android/
content_startup_flags.cc 15 #include "gpu/command_buffer/service/gpu_switches.h"
73 // Run the GPU service as a thread in the browser instead of as a
  /external/chromium_org/content/browser/aura/
image_transport_factory.h 47 // (destination surface for the GPU process) and the transport client (logic for
82 // Variant of CreateTransportClient() that deletes the texture on the GPU when
  /external/chromium_org/content/common/gpu/
image_transport_surface_mac.cc 5 #include "content/common/gpu/image_transport_surface.h"
9 #include "content/common/gpu/gpu_command_buffer_stub.h"
10 #include "content/common/gpu/gpu_messages.h"
231 // free'd when both the browser and gpu processes have Unref'd the IOSurface.
315 TRACE_EVENT2("gpu", "IOSurfaceImageTransportSurface::OnResize",
378 TRACE_EVENT2("gpu", "IOSurfaceImageTransportSurface::CreateIOSurface",
443 // Allocate a new IOSurface, which is the GPU resource that can be
539 // Content shell in DRT mode spins up a gpu process which needs an
  /external/chromium_org/content/public/browser/android/
synchronous_compositor.h 10 #include "gpu/command_buffer/service/in_process_command_buffer.h"
57 scoped_refptr<gpu::InProcessCommandBuffer::Service> service);
  /external/chromium_org/content/test/data/gpu/
mem_webgl.html 4 <title>GPU Memory Test: Use N MB of GPU Memory with WebGL</title>
  /external/chromium_org/content/test/
web_layer_tree_view_impl_for_testing.cc 24 #include "webkit/common/gpu/test_context_provider_factory.h"
165 return webkit::gpu::TestContextProviderFactory::GetInstance()->
  /external/chromium_org/gpu/config/
gpu_control_list_format.txt 5 // A valid gpu control list json file is in the format of
45 // 20. "features" is a list of gpu control list options, which can be
  /external/chromium_org/media/tools/layout_tests/
README 73 BUGWK58587 LINUX DEBUG GPU : media/video-zoom.html = IMAGE
74 BUGCR86714 MAC GPU : media/video-zoom.html = CRASH IMAGE
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLVideoElement.h 56 // Used by WebGL to do GPU-GPU textures copy if possible.

Completed in 2154 milliseconds

<<31323334353637383940>>