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

<<31323334353637383940>>

  /external/skia/gm/viewer/
module.js 28 * {"test":"bigmatrix", "config":"gpu",
38 * {"test":"aaclip", "config":"gpu",
  /external/skia/gyp/
core.gyp 93 '../include/gpu',
94 '../src/gpu',
  /external/skia/src/gpu/
GrGeometryBuffer.h 89 GrGeometryBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked)
90 : INHERITED(gpu, isWrapped)
  /external/skia/src/gpu/gl/
GrGLRenderTarget.h 39 GrGLRenderTarget(GrGpuGL* gpu,
46 GrGLRenderTarget(GrGpuGL* gpu,
GrGLShaderBuilder.cpp 18 #define GL_CALL(X) GR_GL_CALL(this->gpu()->glInterface(), X)
19 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(this->gpu()->glInterface(), R, X)
32 SK_CONF_DECLARE(bool, c_PrintShaders, "gpu.printShaders", false,
53 GrGpuGL* gpu,
62 sample_function_name(varyingType, gpu->glslGeneration()),
70 if (!gpu->glCaps().textureSwizzleSupport() &&
72 char alphaChar = gpu->glCaps().textureRedSupport() ? 'r' : 'a';
92 GrGLShaderBuilder::GrGLShaderBuilder(GrGpuGL* gpu,
95 : fGpu(gpu)
725 GrGLFullShaderBuilder::GrGLFullShaderBuilder(GrGpuGL* gpu,
    [all...]
  /system/core/rootdir/
ueventd.rc 18 # gpu driver for adreno200 is globally accessible
21 # kms driver for drm based gpu
  /external/chromium_org/third_party/libXNVCtrl/
NVCtrl.h 35 * valid to set on a GPU, others are only valid when talking about an
189 * GPU driving the X screen is returned.
201 * to the specified GPU (or the GPU driving the specified X
202 * screen). Note: if the GPU supports TurboCache(TM), the value
204 * GPU. The value reported for integrated GPUs may likewise exceed
206 * BIOS for use by the integrated GPU.
215 * When this attribute is queried on an X screen target, the IRQ of the GPU
364 * cached state of the display devices connected to the GPU or GPU drivin
    [all...]
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc 28 #include "content/browser/gpu/browser_gpu_channel_host_factory.h"
29 #include "content/browser/gpu/gpu_surface_tracker.h"
30 #include "content/common/gpu/client/command_buffer_proxy_impl.h"
31 #include "content/common/gpu/client/context_provider_command_buffer.h"
32 #include "content/common/gpu/client/gl_helper.h"
33 #include "content/common/gpu/client/gpu_channel_host.h"
34 #include "content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h"
35 #include "content/common/gpu/gpu_process_launch_causes.h"
45 #include "webkit/common/gpu/context_provider_in_process.h"
46 #include "webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 20 #include "gpu/command_buffer/client/buffer_tracker.h"
21 #include "gpu/command_buffer/client/client_context_state.h"
22 #include "gpu/command_buffer/client/context_support.h"
23 #include "gpu/command_buffer/client/gles2_cmd_helper.h"
24 #include "gpu/command_buffer/client/gles2_interface.h"
25 #include "gpu/command_buffer/client/gpu_memory_buffer_tracker.h"
26 #include "gpu/command_buffer/client/mapped_memory.h"
27 #include "gpu/command_buffer/client/query_tracker.h"
28 #include "gpu/command_buffer/client/ref_counted.h"
29 #include "gpu/command_buffer/client/ring_buffer.h
102 namespace gpu { namespace
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_buffer_fenced.c 76 * GPU to idle.
132 * Temporary CPU storage data. Used when there isn't enough GPU memory to
215 fenced_buf->buffer ? "gpu" : (fenced_buf->data ? "cpu" : "none"));
231 "gpu",
337 debug_warning("waiting for GPU");
452 * Try to free some GPU memory by backing it up into CPU memory.
535 * Destroy the GPU storage.
547 * Try to create GPU storage for this buffer.
568 * Create GPU storage for this buffer.
587 * - or buffers are being being swapped out from GPU memory into CPU memory
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.cpp 18 #define GL_CALL(X) GR_GL_CALL(this->gpu()->glInterface(), X)
19 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(this->gpu()->glInterface(), R, X)
32 SK_CONF_DECLARE(bool, c_PrintShaders, "gpu.printShaders", false,
53 GrGpuGL* gpu,
62 sample_function_name(varyingType, gpu->glslGeneration()),
70 if (!gpu->glCaps().textureSwizzleSupport() &&
72 char alphaChar = gpu->glCaps().textureRedSupport() ? 'r' : 'a';
92 GrGLShaderBuilder::GrGLShaderBuilder(GrGpuGL* gpu,
95 : fGpu(gpu)
725 GrGLFullShaderBuilder::GrGLFullShaderBuilder(GrGpuGL* gpu,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_buffer_fenced.c 76 * GPU to idle.
132 * Temporary CPU storage data. Used when there isn't enough GPU memory to
215 fenced_buf->buffer ? "gpu" : (fenced_buf->data ? "cpu" : "none"));
231 "gpu",
337 debug_warning("waiting for GPU");
452 * Try to free some GPU memory by backing it up into CPU memory.
535 * Destroy the GPU storage.
547 * Try to create GPU storage for this buffer.
568 * Create GPU storage for this buffer.
587 * - or buffers are being being swapped out from GPU memory into CPU memory
    [all...]
  /external/chromium_org/build/
all.gyp 43 '../gpu/gpu.gyp:*',
44 '../gpu/tools/tools.gyp:*',
255 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support',
256 '../gpu/gpu.gyp:gpu_unittests',
469 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test',
470 '../gpu/gpu.gyp:gl_tests',
471 '../gpu/gpu.gyp:angle_unittests'
    [all...]
  /device/lge/mako/sepolicy/
file_contexts 0 # GPU device
  /external/chromium/chrome/browser/resources/gpu_internals/
timeline_view.js 8 * gpu.Timeline component.
10 cr.define('gpu', function() {
68 this.timelineModel_ = new gpu.TimelineModel(traceEvents);
75 this.timeline_ = new gpu.Timeline();
  /external/chromium/webkit/glue/
webpreferences.cc 175 // Enable gpu-accelerated compositing if requested on the command line.
184 // Enable gpu-accelerated 2d canvas if requested on the command line.
187 // Enable gpu-accelerated drawing if requested on the command line.
203 // WebGL and accelerated 2D canvas are always gpu composited.
  /external/chromium_org/cc/output/
delegating_renderer.cc 25 #include "gpu/command_buffer/client/context_support.h"
26 #include "gpu/command_buffer/common/gpu_memory_allocation.h"
160 // We loop visibility to the GPU process, since that's what manages memory.
176 gpu::ManagedMemoryStats stats;
  /external/chromium_org/cc/test/
test_texture.cc 7 #include "gpu/GLES2/gl2extchromium.h"
  /external/chromium_org/chrome/browser/extensions/
extension_webkit_preferences.cc 31 // Disable gpu acceleration for extension background pages to avoid
gpu_browsertest.cc 17 // Tests that GPU acceleration is disabled for extension background
  /external/chromium_org/chrome/common/
chrome_content_client.h 23 virtual void SetGpuInfo(const gpu::GPUInfo& gpu_info) OVERRIDE;
  /external/chromium_org/chrome/test/gpu/
webgl_infobar_browsertest.cc 29 #include "gpu/config/gpu_test_config.h"
58 gpu_test_dir_ = test_dir.AppendASCII("gpu");
72 if (gpu::GPUTestBotConfig::CurrentConfigMatches("XP"))
104 if (gpu::GPUTestBotConfig::CurrentConfigMatches("XP"))
  /external/chromium_org/components/autofill/content/browser/
DEPS 7 "+gpu/config/gpu_info.h",
  /external/chromium_org/content/browser/aura/
gpu_browser_compositor_output_surface.cc 9 #include "content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h"
  /external/chromium_org/content/browser/gpu/
compositor_util_browsertest.cc 5 #include "content/browser/gpu/compositor_util.h"

Completed in 1483 milliseconds

<<31323334353637383940>>