Searched refs:GetGLContext (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_c_lib_autogen.h16 gles2::GetGLContext()->ActiveTexture(texture);
19 gles2::GetGLContext()->AttachShader(program, shader);
22 gles2::GetGLContext()->BindAttribLocation(program, index, name);
25 gles2::GetGLContext()->BindBuffer(target, buffer);
28 gles2::GetGLContext()->BindFramebuffer(target, framebuffer);
31 gles2::GetGLContext()->BindRenderbuffer(target, renderbuffer);
34 gles2::GetGLContext()->BindTexture(target, texture);
40 gles2::GetGLContext()->BlendColor(red, green, blue, alpha);
43 gles2::GetGLContext()->BlendEquation(mode);
46 gles2::GetGLContext()
[all...]
H A Dgles2_lib.h29 GLES2_C_LIB_EXPORT gpu::gles2::GLES2Interface* GetGLContext();
H A Dgles2_lib.cc31 gpu::gles2::GLES2Interface* GetGLContext() { function in namespace:gles2
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium.h24 #define GLES2_GET_FUN(name) gles2::GetGLContext()->name
/external/chromium_org/content/common/gpu/
H A Dstream_texture_android.cc109 !owner_stub_->decoder()->GetGLContext()->IsCurrent(NULL);
119 owner_stub_->decoder()->GetGLContext(), owner_stub_->surface()));
H A Dtexture_image_transport_surface.cc33 return helper->stub()->decoder()->GetGLContext()->IsCurrent(NULL);
/external/chromium_org/content/common/gpu/media/
H A Drendering_helper.h115 void* GetGLContext();
H A Dgpu_video_decode_accelerator.cc262 stub_->decoder()->GetGLContext()->GetHandle())));
271 stub_->decoder()->GetGLContext()->GetHandle(),
284 static_cast<gfx::GLContextGLX*>(stub_->decoder()->GetGLContext());
H A Drendering_helper.cc443 void* RenderingHelper::GetGLContext() { function in class:content::RenderingHelper
H A Dvideo_decode_accelerator_unittest.cc405 static_cast<EGLContext>(rendering_helper_->GetGLContext()),
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_texture_mailbox_unittest.cc347 ::gles2::GetGLContext()->SwapBuffers();
363 ::gles2::GetGLContext()->SwapBuffers();
436 ::gles2::GetGLContext()->SwapBuffers();
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.h136 virtual gfx::GLContext* GetGLContext() = 0;
H A Dgles2_cmd_decoder_mock.h56 MOCK_METHOD0(GetGLContext, gfx::GLContext*());
H A Dgles2_cmd_decoder.cc597 virtual gfx::GLContext* GetGLContext() OVERRIDE { return context_.get(); }
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h481 #define GLES2_GET_FUN(name) gles2::GetGLContext()->name

Completed in 8573 milliseconds