HomeSort by relevance Sort by last modified time
    Searched refs:gpu (Results 26 - 50 of 945) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/gpu/command_buffer/client/
gles2_cmd_helper.cc 5 #include "gpu/command_buffer/client/gles2_cmd_helper.h"
7 namespace gpu { namespace
18 } // namespace gpu
gles2_trace_implementation.cc 5 #include "gpu/command_buffer/client/gles2_trace_implementation.h"
6 #include "gpu/command_buffer/common/trace_event.h"
8 namespace gpu { namespace
21 #include "gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h"
24 } // namespace gpu
gles2_interface.h 11 namespace gpu { namespace
23 #include "gpu/command_buffer/client/gles2_interface_autogen.h"
27 } // namespace gpu
gles2_trace_implementation.h 9 #include "gpu/command_buffer/client/gles2_interface.h"
10 #include "gpu/command_buffer/common/compiler_specific.h"
12 namespace gpu { namespace
24 #include "gpu/command_buffer/client/gles2_trace_implementation_autogen.h"
31 } // namespace gpu
program_info_manager_unittest.cc 7 #include "gpu/command_buffer/client/program_info_manager.h"
12 namespace gpu { namespace
30 } // namespace gpu
gles2_lib.h 10 #include "gpu/command_buffer/client/gles2_c_lib_export.h"
11 #include "gpu/command_buffer/client/gles2_interface.h"
29 GLES2_C_LIB_EXPORT gpu::gles2::GLES2Interface* GetGLContext();
32 GLES2_C_LIB_EXPORT void SetGLContext(gpu::gles2::GLES2Interface* impl);
hash_tables.h 10 namespace gpu { namespace
17 namespace gpu { namespace
  /external/chromium_org/gpu/config/
gpu_control_list_jsons.h 8 #include "gpu/gpu_export.h"
10 namespace gpu { namespace
16 } // namespace gpu
gpu_blacklist.h 10 #include "gpu/config/gpu_control_list.h"
12 namespace gpu { namespace
26 } // namespace gpu
gpu_driver_bug_list.h 10 #include "gpu/config/gpu_control_list.h"
11 #include "gpu/gpu_export.h"
13 namespace gpu { namespace
27 } // namespace gpu
gpu_switching_list.h 10 #include "gpu/config/gpu_control_list.h"
12 namespace gpu { namespace
26 } // namespace gpu
  /external/chromium_org/third_party/skia/include/gpu/
GrAARectRenderer.h 41 void fillAARect(GrGpu* gpu,
49 this->shaderFillAlignedAARect(gpu, target,
52 this->shaderFillAARect(gpu, target,
56 this->geometryFillAARect(gpu, target,
62 void strokeAARect(GrGpu* gpu,
71 void fillAANestedRects(GrGpu* gpu,
81 GrIndexBuffer* aaFillRectIndexBuffer(GrGpu* gpu);
84 GrIndexBuffer* aaStrokeRectIndexBuffer(GrGpu* gpu);
88 void geometryFillAARect(GrGpu* gpu,
95 void shaderFillAARect(GrGpu* gpu,
    [all...]
  /external/skia/include/gpu/
GrAARectRenderer.h 41 void fillAARect(GrGpu* gpu,
49 this->shaderFillAlignedAARect(gpu, target,
52 this->shaderFillAARect(gpu, target,
56 this->geometryFillAARect(gpu, target,
62 void strokeAARect(GrGpu* gpu,
71 void fillAANestedRects(GrGpu* gpu,
81 GrIndexBuffer* aaFillRectIndexBuffer(GrGpu* gpu);
84 GrIndexBuffer* aaStrokeRectIndexBuffer(GrGpu* gpu);
88 void geometryFillAARect(GrGpu* gpu,
95 void shaderFillAARect(GrGpu* gpu,
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLBufferImpl.cpp 11 #define GL_CALL(GPU, X) GR_GL_CALL(GPU->glInterface(), X)
19 // GL_STREAM_DRAW triggers an optimization in Chromium's GPU process where a client's vertex buffer
23 GrGLBufferImpl::GrGLBufferImpl(GrGpuGL* gpu, const Desc& desc, GrGLenum bufferType)
35 void GrGLBufferImpl::release(GrGpuGL* gpu) {
43 GL_CALL(gpu, DeleteBuffers(1, &fDesc.fID));
45 gpu->notifyVertexBufferDelete(fDesc.fID);
48 gpu->notifyIndexBufferDelete(fDesc.fID);
62 void GrGLBufferImpl::bind(GrGpuGL* gpu) const {
65 gpu->bindVertexBuffer(fDesc.fID)
    [all...]
GrGLTexture.cpp 17 void GrGLTexture::init(GrGpuGL* gpu,
36 fRenderTarget.reset(SkNEW_ARGS(GrGLRenderTarget, (gpu, *rtDesc, vp, fTexIDObj, this)));
40 GrGLTexture::GrGLTexture(GrGpuGL* gpu,
42 : INHERITED(gpu, textureDesc.fIsWrapped, textureDesc) {
43 this->init(gpu, textureDesc, NULL);
46 GrGLTexture::GrGLTexture(GrGpuGL* gpu,
49 : INHERITED(gpu, textureDesc.fIsWrapped, textureDesc) {
50 this->init(gpu, textureDesc, &rtDesc);
  /external/skia/src/gpu/gl/
GrGLBufferImpl.cpp 11 #define GL_CALL(GPU, X) GR_GL_CALL(GPU->glInterface(), X)
19 // GL_STREAM_DRAW triggers an optimization in Chromium's GPU process where a client's vertex buffer
23 GrGLBufferImpl::GrGLBufferImpl(GrGpuGL* gpu, const Desc& desc, GrGLenum bufferType)
35 void GrGLBufferImpl::release(GrGpuGL* gpu) {
43 GL_CALL(gpu, DeleteBuffers(1, &fDesc.fID));
45 gpu->notifyVertexBufferDelete(fDesc.fID);
48 gpu->notifyIndexBufferDelete(fDesc.fID);
62 void GrGLBufferImpl::bind(GrGpuGL* gpu) const {
65 gpu->bindVertexBuffer(fDesc.fID)
    [all...]
GrGLTexture.cpp 17 void GrGLTexture::init(GrGpuGL* gpu,
36 fRenderTarget.reset(SkNEW_ARGS(GrGLRenderTarget, (gpu, *rtDesc, vp, fTexIDObj, this)));
40 GrGLTexture::GrGLTexture(GrGpuGL* gpu,
42 : INHERITED(gpu, textureDesc.fIsWrapped, textureDesc) {
43 this->init(gpu, textureDesc, NULL);
46 GrGLTexture::GrGLTexture(GrGpuGL* gpu,
49 : INHERITED(gpu, textureDesc.fIsWrapped, textureDesc) {
50 this->init(gpu, textureDesc, &rtDesc);
  /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/gpu/command_buffer/common/
command_buffer_mock.cc 5 #include "gpu/command_buffer/common/command_buffer_mock.h"
7 namespace gpu { namespace
16 } // namespace gpu
mailbox.h 8 #include "gpu/command_buffer/common/types.h"
9 #include "gpu/gpu_export.h"
11 namespace gpu { namespace
21 } // namespace gpu
  /external/chromium_org/gpu/command_buffer/service/
stream_texture.h 11 namespace gpu { namespace
30 } // namespace gpu
  /external/chromium_org/gpu/ipc/
command_buffer_proxy.h 11 #include "gpu/command_buffer/common/command_buffer.h"
12 #include "gpu/command_buffer/common/command_buffer_shared.h"
13 #include "gpu/command_buffer/common/mailbox.h"
17 class GPU_EXPORT CommandBufferProxy : public gpu::CommandBuffer {
34 virtual bool ProduceFrontBuffer(const gpu::Mailbox& mailbox) = 0;
  /external/chromium_org/third_party/skia/src/gpu/
GrIndexBuffer.h 27 GrIndexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked)
28 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic, cpuBacked) {}
  /external/chromium_org/webkit/common/gpu/
test_context_provider_factory.h 9 #include "webkit/common/gpu/webkit_gpu_export.h"
16 namespace gpu { namespace in namespace:webkit
30 scoped_refptr<webkit::gpu::ContextProviderInProcess> main_thread_;
35 } // namespace gpu
  /external/skia/src/gpu/
GrIndexBuffer.h 27 GrIndexBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked)
28 : INHERITED(gpu, isWrapped, sizeInBytes, dynamic, cpuBacked) {}

Completed in 1667 milliseconds

12 3 4 5 6 7 8 91011>>