/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_copy_texture_chromium.cc | 233 const gles2::GLES2Decoder* decoder) { 322 const gles2::GLES2Decoder* decoder, 344 const gles2::GLES2Decoder* decoder,
|
buffer_manager.h | 19 namespace gles2 { namespace in namespace:gpu 283 } // namespace gles2
|
context_state.cc | 17 namespace gles2 { namespace in namespace:gpu 171 } // namespace gles2
|
error_state.cc | 15 namespace gles2 { namespace in namespace:gpu 181 } // namespace gles2
|
framebuffer_manager.h | 18 namespace gles2 { namespace in namespace:gpu 300 } // namespace gles2
|
in_process_command_buffer.cc | 11 #include <GLES2/gl2.h> 15 #include <GLES2/gl2ext.h> 16 #include <GLES2/gl2extchromium.h> 330 decoder_.reset(gles2::GLES2Decoder::Create( 332 : new gles2::ContextGroup(NULL, 392 gles2::DisallowedFeatures disallowed_features; 636 gles2::MailboxManager* mailbox_manager =
|
program_cache.cc | 12 namespace gles2 { namespace in namespace:gpu 135 } // namespace gles2
|
renderbuffer_manager.cc | 15 namespace gles2 { namespace in namespace:gpu 197 } // namespace gles2
|
vertex_attrib_manager.h | 18 namespace gles2 { namespace in namespace:gpu 292 } // namespace gles2
|
memory_program_cache.cc | 38 namespace gles2 { namespace in namespace:gpu 85 proto->set_sha(sha, gpu::gles2::ProgramCache::kHashLength); 369 } // namespace gles2
|
/external/chromium_org/cc/test/ |
test_context_provider.cc | 102 gpu::gles2::GLES2Interface* TestContextProvider::ContextGL() {
|
test_gles2_interface.h | 13 class TestGLES2Interface : public gpu::gles2::GLES2InterfaceStub {
|
/external/chromium_org/content/common/gpu/client/ |
context_provider_command_buffer.cc | 112 gpu::gles2::GLES2Interface* ContextProviderCommandBuffer::ContextGL() {
|
webgraphicscontext3d_command_buffer_impl.h | 27 namespace gles2 { namespace in namespace:gpu 96 gpu::gles2::GLES2Implementation* GetImplementation() { 719 scoped_ptr<gpu::gles2::GLES2CmdHelper> gles2_helper_; 721 gpu::gles2::GLES2Interface* gl_; 722 scoped_ptr<gpu::gles2::GLES2Implementation> real_gl_; 723 scoped_ptr<gpu::gles2::GLES2Interface> trace_gl_;
|
webgraphicscontext3d_command_buffer_impl.cc | 7 #include "third_party/khronos/GLES2/gl2.h" 11 #include "third_party/khronos/GLES2/gl2ext.h" 29 #include "gpu/GLES2/gl2extchromium.h" 61 // Singleton used to initialize and terminate the gles2 library. 65 gles2::Initialize(); 69 gles2::Terminate(); 178 : public gpu::gles2::GLES2Implementation::ErrorMessageCallback { 203 mapped_memory_reclaim_limit(gpu::gles2::GLES2Implementation::kNoLimit) {} 354 // Ensure the gles2 library is initialized first in a thread safe way. 362 // Create the GLES2 helper, which writes the command buffer protocol [all...] |
/external/chromium_org/content/common/gpu/ |
gpu_memory_manager.cc | 245 gpu::gles2::MemoryTracker::Pool tracking_pool) { 248 case gpu::gles2::MemoryTracker::kManaged: 251 case gpu::gles2::MemoryTracker::kUnmanaged: 354 base::ProcessId pid, gpu::gles2::MemoryTracker* memory_tracker) {
|
/external/chromium_org/gpu/command_buffer/client/ |
share_group.cc | 14 namespace gles2 { namespace in namespace:gpu 216 } // namespace gles2
|
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_utils.h | 5 // This file is here so other GLES2 related files can have a common set of 19 namespace gles2 { namespace in namespace:gpu 59 // Utilties for GLES2 support. 204 } // namespace gles2
|
/external/chromium_org/webkit/common/gpu/ |
context_provider_in_process.cc | 120 ::gpu::gles2::GLES2Interface* ContextProviderInProcess::ContextGL() {
|
/external/chromium_org/ppapi/proxy/ |
ppb_graphics_3d_proxy.cc | 63 bool Graphics3D::Init(gpu::gles2::GLES2Implementation* share_gles2) { 151 gpu::gles2::GLES2Implementation* share_gles2 = NULL;
|
/external/chromium_org/ppapi/examples/video_decode/ |
video_decode.cc | 26 #include "ppapi/lib/gl/include/GLES2/gl2.h" 27 #include "ppapi/lib/gl/include/GLES2/gl2ext.h" 94 DecoderClient(VideoDecodeDemoInstance* gles2, 197 VideoDecodeDemoInstance* gles2, pp::VideoDecoder_Dev* decoder) 198 : gles2_(gles2), decoder_(decoder), callback_factory_(this),
|
/external/chromium_org/cc/scheduler/ |
texture_uploader.cc | 15 #include "gpu/GLES2/gl2extchromium.h" 17 #include "third_party/khronos/GLES2/gl2.h" 18 #include "third_party/khronos/GLES2/gl2ext.h" 22 using gpu::gles2::GLES2Interface;
|
texture_uploader_unittest.cc | 12 #include "third_party/khronos/GLES2/gl2.h" 13 #include "third_party/khronos/GLES2/gl2ext.h" 18 class TextureUploadTestContext : public gpu::gles2::GLES2InterfaceStub {
|
/external/chromium_org/content/renderer/pepper/ |
ppb_graphics_3d_impl.cc | 194 // We do not have a GLES2 implementation when using an OOP proxy. 233 gpu::gles2::GLES2Implementation* share_gles2 = NULL;
|
ppb_video_decoder_impl.cc | 135 gpu::gles2::GLES2Implementation* gles2_impl,
|