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 16 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()->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 24 #define GLES2_GET_FUN(name) gles2::GetGLContext()->name
  /external/chromium_org/content/common/gpu/
stream_texture_android.cc 109 !owner_stub_->decoder()->GetGLContext()->IsCurrent(NULL);
119 owner_stub_->decoder()->GetGLContext(), owner_stub_->surface()));
texture_image_transport_surface.cc 33 return helper->stub()->decoder()->GetGLContext()->IsCurrent(NULL);
  /external/chromium_org/content/common/gpu/media/
rendering_helper.h 115 void* GetGLContext();
gpu_video_decode_accelerator.cc 262 stub_->decoder()->GetGLContext()->GetHandle())));
271 stub_->decoder()->GetGLContext()->GetHandle(),
284 static_cast<gfx::GLContextGLX*>(stub_->decoder()->GetGLContext());
rendering_helper.cc 443 void* RenderingHelper::GetGLContext() {
video_decode_accelerator_unittest.cc 405 static_cast<EGLContext>(rendering_helper_->GetGLContext()),
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.h 136 virtual gfx::GLContext* GetGLContext() = 0;
gles2_cmd_decoder_mock.h 56 MOCK_METHOD0(GetGLContext, gfx::GLContext*());
gles2_cmd_decoder.cc 597 virtual gfx::GLContext* GetGLContext() OVERRIDE { return context_.get(); }
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_texture_mailbox_unittest.cc 347 ::gles2::GetGLContext()->SwapBuffers();
363 ::gles2::GetGLContext()->SwapBuffers();
436 ::gles2::GetGLContext()->SwapBuffers();
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 481 #define GLES2_GET_FUN(name) gles2::GetGLContext()->name
    [all...]

Completed in 1280 milliseconds