/external/chromium_org/content/browser/aura/ |
owned_mailbox.cc | 9 #include "content/common/gpu/client/gl_helper.h" 13 OwnedMailbox::OwnedMailbox(GLHelper* gl_helper) 14 : texture_id_(0), sync_point_(0), gl_helper_(gl_helper) {
|
owned_mailbox.h | 19 explicit OwnedMailbox(GLHelper* gl_helper);
|
no_transport_image_transport_factory.cc | 8 #include "content/common/gpu/client/gl_helper.h"
|
reflector_impl.cc | 10 #include "content/common/gpu/client/gl_helper.h"
|
gpu_process_transport_factory.cc | 26 #include "content/common/gpu/client/gl_helper.h"
|
/external/chromium_org/gpu/command_buffer/client/ |
vertex_array_object_manager.h | 56 GLES2CmdHelper* gl_helper, 65 GLES2CmdHelper* gl_helper,
|
vertex_array_object_manager.cc | 481 GLES2CmdHelper* gl_helper, 512 gl_helper->BindBuffer(GL_ARRAY_BUFFER, array_buffer_id_); 533 gl_helper->VertexAttribPointer( 548 GLES2CmdHelper* gl_helper, 605 gl_helper->BindBuffer(GL_ELEMENT_ARRAY_BUFFER, element_array_buffer_id_); 630 function_name, gl, gl_helper, num_elements, primcount,
|
/external/chromium_org/content/common/gpu/client/ |
gl_helper_scaling.h | 10 #include "content/common/gpu/client/gl_helper.h" 20 // See gl_helper.cc::CreateScaler instead. 37 // Used for YUV conversion in gl_helper.c
|
gl_helper_benchmark.cc | 7 // gl_helper*. These tests produce output in the form of files and printouts, 25 #include "content/common/gpu/client/gl_helper.h"
|
gl_helper_unittests.cc | 25 #include "content/common/gpu/client/gl_helper.h" 525 // gl_helper scales recursively, so we'll need to do that 840 // with reference implementation and compare to what gl_helper [all...] |
gl_helper.cc | 5 #include "content/common/gpu/client/gl_helper.h" [all...] |
/external/chromium_org/content/browser/renderer_host/ |
image_transport_factory_android.cc | 10 #include "content/common/gpu/client/gl_helper.h"
|
render_widget_host_view_aura.cc | 35 #include "content/common/gpu/client/gl_helper.h" 1729 GLHelper* gl_helper = factory->GetGLHelper(); local 1867 GLHelper* gl_helper = factory->GetGLHelper(); local 1933 GLHelper* gl_helper = ImageTransportFactory::GetInstance()->GetGLHelper(); local 2014 GLHelper* gl_helper = factory->GetGLHelper(); local 2630 GLHelper* gl_helper = factory->GetGLHelper(); local [all...] |
render_widget_host_view_android.cc | 42 #include "content/common/gpu/client/gl_helper.h" 1334 GLHelper* gl_helper = factory->GetGLHelper(); local [all...] |
compositor_impl_android.cc | 32 #include "content/common/gpu/client/gl_helper.h"
|
render_widget_host_view_aura.h | 28 #include "content/common/gpu/client/gl_helper.h" [all...] |
/external/chromium_org/content/browser/renderer_host/media/ |
desktop_capture_device_aura.cc | 13 #include "content/common/gpu/client/gl_helper.h" 313 GLHelper* gl_helper = factory->GetGLHelper(); local 314 if (!gl_helper) 330 gl_helper->CreateReadbackPipelineYUV(GLHelper::SCALER_QUALITY_FAST,
|
/external/chromium_org/content/ |
content_common.gypi | 190 'common/gpu/client/gl_helper.cc', 191 'common/gpu/client/gl_helper.h',
|
content_common.target.darwin-arm.mk | 84 content/common/gpu/client/gl_helper.cc \
|
content_common.target.darwin-mips.mk | 84 content/common/gpu/client/gl_helper.cc \
|
content_common.target.darwin-x86.mk | 84 content/common/gpu/client/gl_helper.cc \
|
content_common.target.linux-arm.mk | 84 content/common/gpu/client/gl_helper.cc \
|
content_common.target.linux-mips.mk | 84 content/common/gpu/client/gl_helper.cc \
|
content_common.target.linux-x86.mk | 84 content/common/gpu/client/gl_helper.cc \
|