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

<<31323334353637383940>>

  /external/chromium_org/skia/ext/
image_operations.h 23 // on the capabilities (CPU, GPU) of the underlying platform.
33 // filtering if this enables GPU acceleration to be used.
37 // For example an implementation using a GPU-based linear filter
39 // filter in cases where using the GPU would actually be slower - due
  /external/chromium_org/third_party/WebKit/ManualTests/
canvas-large-temporary.html 8 // This is a manual test because it runs too slow as a LayoutTest, especially for GPU tests with mesa.
  /external/chromium_org/third_party/khronos/
README.chromium 19 NOTE: Please add Chromium-specific declarations to files in gpu/{GL,EGL,GLES2}
  /external/chromium_org/third_party/skia/include/gpu/
GrSurface.h 77 * Checks whether this GrSurface refers to the same GPU object as other. This
79 * GPU memory.
139 GrSurface(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc)
140 : INHERITED(gpu, isWrapped)
  /external/chromium_org/third_party/skia/src/effects/
SkGpuBlurUtils.h 23 * @param context The GPU context
  /external/chromium_org/third_party/skia/src/gpu/
GrOvalRenderer.h 50 GrIndexBuffer* rRectIndexBuffer(GrGpu* gpu);
GrTexture.cpp 122 GrResourceKey::ResourceFlags get_texture_flags(const GrGpu* gpu,
127 if (tiled && !gpu->caps()->npotTextureTileSupport()) {
162 GrResourceKey GrTexture::ComputeKey(const GrGpu* gpu,
166 GrResourceKey::ResourceFlags flags = get_texture_flags(gpu, params, desc);
  /external/chromium_org/tools/perf/measurements/
image_decoding.py 10 options.AppendExtraBrowserArgs('--enable-gpu-benchmarking')
skpicture_printer.py 18 options.AppendExtraBrowserArgs(['--enable-gpu-benchmarking',
  /external/chromium_org/ui/gl/
gl_context_cgl.cc 91 // If using the discrete gpu, create a pixel format requiring it before we
126 // unnecessary GPU switches.
154 // the context requires the discrete GPU.
181 TRACE_EVENT0("gpu", "GLContextCGL::MakeCurrent");
gl_context_mac.mm 26 TRACE_EVENT0("gpu", "GLContext::CreateGLContext");
gl_context_win.cc 27 TRACE_EVENT0("gpu", "GLContext::CreateGLContext");
gl_context_x11.cc 29 TRACE_EVENT0("gpu", "GLContext::CreateGLContext");
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTexture3DLoading.java 44 //The image only have 8 pictures and we have 16 thumbs, the data will be interpolated by the GPU
  /external/skia/bench/
BenchGpuTimer_gl.cpp 44 * as this will cpu wait for the gpu to finish.
BenchTimer.cpp 67 //as the following will cpu wait for the gpu to finish.
FSRectBench.cpp 15 * Draws full screen opaque rectangles. It is designed to test any optimizations in the GPU backend
ReadPixBench.cpp 16 * for the GPU as readbacks are very expensive.
  /external/skia/dm/
DM.cpp 25 DEFINE_int32(gpuThreads, 1, "Threads for GPU work.");
38 DEFINE_string(config, "8888 gpu",
39 "Options: 565 8888 gpu msaa4 msaa16 gpunull gpudebug angle mesa"); // TODO(mtklein): pdf
83 START("gpu", GpuTask, _8888, native, 0);
README 22 single threadpool but it can swamp the GPU if we shove too much work into it at
  /external/skia/include/gpu/
GrSurface.h 77 * Checks whether this GrSurface refers to the same GPU object as other. This
79 * GPU memory.
139 GrSurface(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc)
140 : INHERITED(gpu, isWrapped)
  /external/skia/src/effects/
SkGpuBlurUtils.h 23 * @param context The GPU context
  /external/skia/src/gpu/
GrOvalRenderer.h 50 GrIndexBuffer* rRectIndexBuffer(GrGpu* gpu);
GrTexture.cpp 122 GrResourceKey::ResourceFlags get_texture_flags(const GrGpu* gpu,
127 if (tiled && !gpu->caps()->npotTextureTileSupport()) {
162 GrResourceKey GrTexture::ComputeKey(const GrGpu* gpu,
166 GrResourceKey::ResourceFlags flags = get_texture_flags(gpu, params, desc);
  /external/skia/tests/
GrContextFactoryTest.cpp 10 // This is a GPU-backend specific test

Completed in 1067 milliseconds

<<31323334353637383940>>