/external/chromium_org/gpu/ |
gpu_ipc.target.darwin-mips.mk | 27 gpu/ipc/gpu_command_buffer_traits.cc 96 $(LOCAL_PATH)/gpu \ 181 $(LOCAL_PATH)/gpu \
|
gpu_ipc.target.linux-mips.mk | 27 gpu/ipc/gpu_command_buffer_traits.cc 96 $(LOCAL_PATH)/gpu \ 181 $(LOCAL_PATH)/gpu \
|
/external/chromium_org/media/video/ |
video_decode_accelerator.h | 39 // Examples of such failures include GPU hardware failures, GPU driver 40 // failures, GPU library failures, browser programming errors, and so on.
|
/external/chromium_org/third_party/skia/include/gpu/ |
GrTexture.h | 131 static GrResourceKey ComputeKey(const GrGpu* gpu, 144 GrTexture(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc) 145 : INHERITED(gpu, isWrapped, desc)
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrAtlas.cpp | 122 GrAtlasMgr::GrAtlasMgr(GrGpu* gpu, GrPixelConfig config) { 123 fGpu = gpu; 125 gpu->ref();
|
GrInOrderDrawBuffer.h | 40 * @param gpu the gpu object that this draw buffer flushes to. 46 GrInOrderDrawBuffer(GrGpu* gpu,
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLProgram.h | 29 * This class manages a GPU program and records per-program information. 41 static GrGLProgram* Create(GrGpuGL* gpu, 153 GrGLProgram(GrGpuGL* gpu,
|
GrGLProgramEffects.cpp | 247 void GrGLProgramEffects::bindTextures(GrGpuGL* gpu, const GrEffectRef& effect, int effectIdx) { 254 gpu->bindTexture(samplers[s].fTextureUnit, 403 void GrGLVertexProgramEffects::setData(GrGpuGL* gpu, 413 this->bindTextures(gpu, *drawEffect.effect(), e); 519 void GrGLTexGenProgramEffects::setData(GrGpuGL* gpu, 528 this->setTexGenState(gpu, drawEffect, e); 529 this->bindTextures(gpu, *drawEffect.effect(), e); 533 void GrGLTexGenProgramEffects::setTexGenState(GrGpuGL* gpu, 545 gpu->enableTexGen(texCoordIndex++, GrGpuGL::kST_TexGenComponents, identity); 553 gpu->enableTexGen(texCoordIndex++, GrGpuGL::kST_TexGenComponents, translate) [all...] |
/external/chromium_org/tools/deep_memory_profiler/ |
policy.android.webview.json | 31 "mmap-gpu-mappedmemorymanager", 32 "mmap-gpu-command-ringbuffer", 33 "mmap-gpu-transfer-ringbuffer", 34 "mmap-gpu-gles2-createbuffer", 238 "name": "mmap-gpu-mappedmemorymanager", 239 "stacktrace": ".*gpu::MappedMemoryManager::Alloc.*", 243 "name": "mmap-gpu-command-ringbuffer", 244 "stacktrace": ".*gpu::CommandBufferHelper::AllocateRingBuffer.*", 248 "name": "mmap-gpu-transfer-ringbuffer", 249 "stacktrace": ".*gpu::TransferBuffer::AllocateRingBuffer.*" [all...] |
/external/chromium_org/tools/perf/measurements/ |
rasterize_and_record.py | 43 '--enable-gpu-benchmarking', 56 if (system_info.gpu.feature_status 57 and system_info.gpu.feature_status.get(
|
/external/chromium_org/tools/perf/metrics/ |
memory.py | 141 AddSummariesForProcessTypes(['Gpu'], 'gpu') 142 AddSummariesForProcessTypes(['Browser', 'Renderer', 'Gpu'], 'total')
|
timeline.py | 96 # having several process configurations (in-proc-gpu/single-proc). 102 "Chrome_InProcGpuThread": "GPU", 103 "CrGPUMain" : "GPU",
|
/external/chromium_org/ui/surface/ |
accelerated_surface_mac.h | 47 // the GPU preference for the internally allocated GLContext. If 49 // its GPU preference must match the passed one. Returns false upon 134 // introduce another copy of the color data on the GPU; the direct
|
/external/skia/include/gpu/ |
GrTexture.h | 131 static GrResourceKey ComputeKey(const GrGpu* gpu, 144 GrTexture(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc) 145 : INHERITED(gpu, isWrapped, desc)
|
/external/skia/src/gpu/ |
GrAtlas.cpp | 122 GrAtlasMgr::GrAtlasMgr(GrGpu* gpu, GrPixelConfig config) { 123 fGpu = gpu; 125 gpu->ref();
|
GrInOrderDrawBuffer.h | 40 * @param gpu the gpu object that this draw buffer flushes to. 46 GrInOrderDrawBuffer(GrGpu* gpu,
|
/external/skia/src/gpu/gl/ |
GrGLProgram.h | 29 * This class manages a GPU program and records per-program information. 41 static GrGLProgram* Create(GrGpuGL* gpu, 153 GrGLProgram(GrGpuGL* gpu,
|
GrGLProgramEffects.cpp | 247 void GrGLProgramEffects::bindTextures(GrGpuGL* gpu, const GrEffectRef& effect, int effectIdx) { 254 gpu->bindTexture(samplers[s].fTextureUnit, 403 void GrGLVertexProgramEffects::setData(GrGpuGL* gpu, 413 this->bindTextures(gpu, *drawEffect.effect(), e); 519 void GrGLTexGenProgramEffects::setData(GrGpuGL* gpu, 528 this->setTexGenState(gpu, drawEffect, e); 529 this->bindTextures(gpu, *drawEffect.effect(), e); 533 void GrGLTexGenProgramEffects::setTexGenState(GrGpuGL* gpu, 545 gpu->enableTexGen(texCoordIndex++, GrGpuGL::kST_TexGenComponents, identity); 553 gpu->enableTexGen(texCoordIndex++, GrGpuGL::kST_TexGenComponents, translate) [all...] |
/sdk/files/ |
devices.xml | 51 <d:gpu>Qualcomm Adreno 200</d:gpu> 133 <d:gpu>PowerVR SGX 540</d:gpu> 246 <d:gpu>PowerVR SGX540</d:gpu> 371 <d:gpu> Tegra3 </d:gpu> 457 <d:gpu>Adreno 320</d:gpu> [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation.cc | 7 #include "gpu/command_buffer/client/gles2_implementation.h" 18 #include "gpu/command_buffer/client/buffer_tracker.h" 19 #include "gpu/command_buffer/client/gpu_memory_buffer_tracker.h" 20 #include "gpu/command_buffer/client/program_info_manager.h" 21 #include "gpu/command_buffer/client/query_tracker.h" 22 #include "gpu/command_buffer/client/transfer_buffer.h" 23 #include "gpu/command_buffer/client/vertex_array_object_manager.h" 24 #include "gpu/command_buffer/common/gles2_cmd_utils.h" 25 #include "gpu/command_buffer/common/gpu_control.h" 26 #include "gpu/command_buffer/common/trace_event.h 38 namespace gpu { namespace [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_unittest_base.cc | 5 #include "gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h" 13 #include "gpu/command_buffer/common/gles2_cmd_format.h" 14 #include "gpu/command_buffer/common/gles2_cmd_utils.h" 15 #include "gpu/command_buffer/service/cmd_buffer_engine.h" 16 #include "gpu/command_buffer/service/context_group.h" 17 #include "gpu/command_buffer/service/gles2_cmd_decoder_mock.h" 18 #include "gpu/command_buffer/service/logger.h" 19 #include "gpu/command_buffer/service/program_manager.h" 20 #include "gpu/command_buffer/service/test_helper.h" 21 #include "gpu/command_buffer/service/vertex_attrib_manager.h 39 namespace gpu { namespace [all...] |
/external/chromium-trace/trace-viewer/src/about_tracing/ |
profiling_view_test.js | 166 e.categories = ['skia', 'gpu']; 216 e.categories = ['skia', 'gpu', 'cc', 'renderer']; 244 e.categories = ['baz,zap', 'gpu']; 331 e.categories = ['skia', 'gpu', 'cc', 'renderer']; 351 e.categories = ['skia', 'gpu', 'cc', 'renderer'];
|
/external/chromium_org/cc/output/ |
output_surface_unittest.cc | 16 #include "gpu/GLES2/gl2extchromium.h" 430 gpu::MemoryAllocation::CUTOFF_ALLOW_REQUIRED_ONLY; 434 EXPECT_EQ(gpu::MemoryAllocation::CUTOFF_ALLOW_REQUIRED_ONLY, 438 gpu::MemoryAllocation::CUTOFF_ALLOW_EVERYTHING; 440 EXPECT_EQ(gpu::MemoryAllocation::CUTOFF_ALLOW_EVERYTHING,
|
/external/chromium_org/cc/resources/ |
video_resource_updater.cc | 10 #include "gpu/GLES2/gl2extchromium.h" 11 #include "gpu/command_buffer/client/gles2_interface.h" 181 gpu::Mailbox mailbox; 208 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL(); 268 gpu::Mailbox()
|
/external/chromium_org/content/gpu/ |
gpu_watchdog_thread.cc | 9 #include "content/gpu/gpu_watchdog_thread.h" 197 // Use the --disable-gpu-watchdog command line switch to disable this. 240 // Don't crash if we're not on tty1. This avoids noise in the GPU process 253 LOG(ERROR) << "The GPU process hung. Terminating after " 312 // summed to deal with to kinds of hangs. One is where the GPU process is
|