HomeSort by relevance Sort by last modified time
    Searched refs:GetGLContext (Results 1 - 14 of 14) 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/content/common/gpu/media/
rendering_helper.h 71 virtual void* GetGLContext() = 0;
gpu_video_decode_accelerator.cc 180 stub_->decoder()->GetGLContext()->GetHandle(),
185 static_cast<gfx::GLContextGLX*>(stub_->decoder()->GetGLContext());
rendering_helper_gl.cc 111 virtual void* GetGLContext() OVERRIDE;
568 void* RenderingHelperGL::GetGLContext() {
video_decode_accelerator_unittest.cc 617 static_cast<EGLContext>(rendering_helper_->GetGLContext()),
623 static_cast<GLXContext>(rendering_helper_->GetGLContext()),
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_texture_mailbox_unittests.cc 291 ::gles2::GetGLContext()->SwapBuffers();
307 ::gles2::GetGLContext()->SwapBuffers();
354 ::gles2::GetGLContext()->SwapBuffers();
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.h 140 virtual gfx::GLContext* GetGLContext() = 0;
gles2_cmd_decoder_mock.h 54 MOCK_METHOD0(GetGLContext, gfx::GLContext*());
gles2_cmd_decoder.cc 564 virtual gfx::GLContext* GetGLContext() OVERRIDE { return context_.get(); }
    [all...]
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc 32 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 392 milliseconds