Searched refs:gles2 (Results 126 - 150 of 509) sorted by relevance

1234567891011>>

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_trace_implementation.h13 namespace gles2 { namespace in namespace:gpu
31 } // namespace gles2
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format.cc13 namespace gles2 { namespace in namespace:gpu
30 } // namespace gles2
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_copy_texture_chromium.h15 namespace gles2 { namespace in namespace:gpu
19 } // namespace gles2.
30 void Initialize(const gles2::GLES2Decoder* decoder);
33 void DoCopyTexture(const gles2::GLES2Decoder* decoder,
48 void DoCopyTextureWithTransform(const gles2::GLES2Decoder* decoder,
H A Dgles2_cmd_decoder_autogen.h17 const gles2::cmds::ActiveTexture& c =
18 *static_cast<const gles2::cmds::ActiveTexture*>(cmd_data);
27 const gles2::cmds::AttachShader& c =
28 *static_cast<const gles2::cmds::AttachShader*>(cmd_data);
38 const gles2::cmds::BindBuffer& c =
39 *static_cast<const gles2::cmds::BindBuffer*>(cmd_data);
54 const gles2::cmds::BindFramebuffer& c =
55 *static_cast<const gles2::cmds::BindFramebuffer*>(cmd_data);
70 const gles2::cmds::BindRenderbuffer& c =
71 *static_cast<const gles2
[all...]
H A Dgl_state_restorer_impl.cc12 base::WeakPtr<gles2::GLES2Decoder> decoder)
47 const gles2::ContextState* GLStateRestorerImpl::GetContextState() const {
H A Dstream_texture_manager_in_process_android.h21 namespace gles2 { namespace in namespace:gpu
31 gles2::TextureManager* texture_manager);
H A Dgles2_cmd_decoder_mock.cc8 namespace gles2 { namespace in namespace:gpu
28 } // namespace gles2
H A Dgles2_cmd_decoder_unittest_extensions.cc17 namespace gles2 { namespace in namespace:gpu
40 } // namespace gles2
H A Dgpu_state_tracer.h16 namespace gles2 { namespace in namespace:gpu
36 } // namespace gles2
/external/chromium_org/webkit/common/gpu/
H A Dgrcontext_for_webgraphicscontext3d.cc19 // Singleton used to initialize and terminate the gles2 library.
22 GLES2Initializer() { gles2::Initialize(); }
24 ~GLES2Initializer() { gles2::Terminate(); }
34 gles2::SetGLContext(reinterpret_cast<WebGraphicsContext3DImpl*>(
45 // Ensure the gles2 library is initialized first in a thread safe way.
47 gles2::SetGLContext(context3d->GetGLInterface());
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.h22 namespace gles2 { namespace in namespace:gpu
74 ::gpu::gles2::GLES2Implementation* GetImplementation() {
94 ::gpu::gles2::ContextCreationAttribHelper attribs_;
105 ::gpu::gles2::GLES2Implementation* real_gl_;
/external/deqp/modules/egl/
H A DteglGLES2RenderUtil.hpp34 namespace gles2 namespace in namespace:deqp::egl
40 } // gles2
/external/deqp/modules/gles2/functional/
H A Des2fBufferObjectQueryTests.hpp31 namespace gles2 namespace in namespace:deqp
59 } // gles2
H A Des2fFloatStateQueryTests.hpp31 namespace gles2 namespace in namespace:deqp
63 } // gles2
H A Des2fIntegerStateQueryTests.hpp31 namespace gles2 namespace in namespace:deqp
63 } // gles2
H A Des2fTextureStateQueryTests.hpp31 namespace gles2 namespace in namespace:deqp
61 } // gles2
/external/deqp/modules/gles2/stress/
H A Des2sStressTests.cpp33 namespace gles2 namespace in namespace:deqp
57 } // gles2
/external/chromium_org/cc/resources/
H A Dtexture_uploader.h23 namespace gles2 { namespace in namespace:gpu
32 static scoped_ptr<TextureUploader> Create(gpu::gles2::GLES2Interface* gl) {
58 static scoped_ptr<Query> Create(gpu::gles2::GLES2Interface* gl) {
73 explicit Query(gpu::gles2::GLES2Interface* gl);
75 gpu::gles2::GLES2Interface* gl_;
84 explicit TextureUploader(gpu::gles2::GLES2Interface* gl);
102 gpu::gles2::GLES2Interface* gl_;
/external/chromium_org/mojo/services/gles2/
H A Dcommand_buffer_impl.h11 #include "mojo/services/gles2/command_buffer.mojom.h"
19 namespace gles2 { namespace in namespace:gpu
37 gpu::gles2::MailboxManager* mailbox_manager);
42 gpu::gles2::MailboxManager* mailbox_manager);
69 scoped_ptr<gpu::gles2::GLES2Decoder> decoder_;
74 scoped_refptr<gpu::gles2::MailboxManager> mailbox_manager_;
/external/chromium_org/ppapi/shared_impl/
H A Dppb_graphics_3d_shared.h20 namespace gles2 { namespace in namespace:gpu
23 } // namespace gles2
54 gpu::gles2::GLES2Implementation* gles2_impl() { return gles2_impl_.get(); }
71 gpu::gles2::GLES2Implementation* share_gles2);
75 scoped_ptr<gpu::gles2::GLES2CmdHelper> gles2_helper_;
77 scoped_ptr<gpu::gles2::GLES2Implementation> gles2_impl_;
/external/chromium_org/cc/test/
H A Dtest_in_process_context_provider.cc26 gpu::gles2::ContextCreationAttribHelper attribs;
64 gpu::gles2::GLES2Interface* TestInProcessContextProvider::ContextGL() {
74 // Singleton used to initialize and terminate the gles2 library.
77 GLES2Initializer() { ::gles2::Initialize(); }
79 ~GLES2Initializer() { ::gles2::Terminate(); }
94 gles2::SetGLContext(context_provider->ContextGL());
102 // Make sure the gles2 library is initialized first on exactly one thread.
104 gles2::SetGLContext(ContextGL());
/external/chromium_org/cc/output/
H A Dcontext_provider.h17 namespace gles2 { class GLES2Interface; } namespace in namespace:gpu
31 virtual gpu::gles2::GLES2Interface* ContextGL() = 0;
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_readback_support.h18 GLHelperReadbackSupport(gpu::gles2::GLES2Interface* gl);
64 gpu::gles2::GLES2Interface* gl_;
/external/chromium_org/mojo/cc/
H A Dcontext_provider_mojo.cc27 gpu::gles2::GLES2Interface* ContextProviderMojo::ContextGL() {
30 return static_cast<gpu::gles2::GLES2Interface*>(
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium.h24 #define GLES2_GET_FUN(name) gles2::GetGLContext()->name

Completed in 3358 milliseconds

1234567891011>>