HomeSort by relevance Sort by last modified time
    Searched refs:GetGLContext (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/gpu/command_buffer/client/
gles2_c_lib_autogen.h 14 gles2::GetGLContext()->ActiveTexture(texture);
17 gles2::GetGLContext()->AttachShader(program, shader);
20 gles2::GetGLContext()->BindAttribLocation(program, index, name);
23 gles2::GetGLContext()->BindBuffer(target, buffer);
26 gles2::GetGLContext()->BindFramebuffer(target, framebuffer);
29 gles2::GetGLContext()->BindRenderbuffer(target, renderbuffer);
32 gles2::GetGLContext()->BindTexture(target, texture);
36 gles2::GetGLContext()->BlendColor(red, green, blue, alpha);
39 gles2::GetGLContext()->BlendEquation(mode);
42 gles2::GetGLContext()->BlendEquationSeparate(modeRGB, modeAlpha)
    [all...]
gles2_lib.h 29 GLES2_C_LIB_EXPORT gpu::gles2::GLES2Interface* GetGLContext();
gles2_lib.cc 31 gpu::gles2::GLES2Interface* GetGLContext() {
  /external/chromium_org/gpu/GLES2/
gl2chromium.h 17 #define GLES2_GET_FUN(name) gles2::GetGLContext()->name
  /external/chromium_org/mojo/gles2/
gles2_impl.cc 44 ::gles2::GetGLContext()->SwapBuffers();
  /external/chromium_org/content/common/gpu/media/
rendering_helper.h 79 void* GetGLContext();
gpu_video_decode_accelerator.cc 276 stub_->decoder()->GetGLContext()->GetHandle(),
283 static_cast<gfx::GLContextGLX*>(stub_->decoder()->GetGLContext());
rendering_helper.cc 520 void* RenderingHelper::GetGLContext() {
video_decode_accelerator_unittest.cc 554 static_cast<EGLContext>(rendering_helper_->GetGLContext()),
562 static_cast<GLXContext>(rendering_helper_->GetGLContext()),
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_texture_mailbox_unittests.cc 262 ::gles2::GetGLContext()->SwapBuffers();
278 ::gles2::GetGLContext()->SwapBuffers();
327 ::gles2::GetGLContext()->SwapBuffers();
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.h 135 virtual gfx::GLContext* GetGLContext() = 0;
gles2_cmd_decoder_mock.h 53 MOCK_METHOD0(GetGLContext, gfx::GLContext*());
gles2_cmd_decoder.cc 584 virtual gfx::GLContext* GetGLContext() OVERRIDE { return context_.get(); }
    [all...]
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc 33 return helper->stub()->decoder()->GetGLContext()->IsCurrent(NULL) ||
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 481 #define GLES2_GET_FUN(name) gles2::GetGLContext()->name
    [all...]

Completed in 760 milliseconds