HomeSort by relevance Sort by last modified time
    Searched refs:GLContext (Results 76 - 100 of 115) sorted by null

1 2 34 5

  /external/chromium_org/ui/gl/
gl_surface_ozone.cc 69 GLContext* current_context = GLContext::GetCurrent();
gl_implementation_win.cc 319 GLContext* context) {
  /external/chromium_org/ui/surface/
accelerated_surface_mac.cc 29 gfx::GLContext* share_context,
52 gl_context_ = gfx::GLContext::CreateGLContext(
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.cpp 55 if( ndk_helper::GLContext::GetInstance()->GetGLVersion() >= 3.0 )
59 else if( ndk_helper::GLContext::GetInstance()->CheckExtension( "GL_NV_draw_instanced" )
60 && ndk_helper::GLContext::GetInstance()->CheckExtension(
MoreTeapotsNativeActivity.cpp 54 ndk_helper::GLContext* gl_context_;
115 gl_context_ = ndk_helper::GLContext::GetInstance();
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 44 ndk_helper::GLContext* gl_context_;
105 gl_context_ = ndk_helper::GLContext::GetInstance();
  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc 25 context(gfx::GLContext::CreateGLContext(NULL,
32 scoped_refptr<gfx::GLContext> context;
41 // NULL for making gl* calls. The binding can be null if another GlContext was
  /external/chromium_org/content/gpu/
gpu_main.cc 450 scoped_refptr<gfx::GLContext> context(gfx::GLContext::CreateGLContext(
453 VLOG(1) << "gfx::GLContext::CreateGLContext failed";
461 VLOG(1) << "gfx::GLContext::MakeCurrent failed";
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 504 scoped_refptr<gfx::GLContext> context;
508 context = gfx::GLContext::CreateGLContext(
536 context = gfx::GLContext::CreateGLContext(
564 // Initialize the decoder with either the view or pbuffer GLContext.
    [all...]
  /external/chromium_org/mojo/services/gles2/
command_buffer_impl.cc 93 context_ = gfx::GLContext::CreateGLContext(
  /external/deqp/framework/opengl/simplereference/
sglrShaderProgram.hpp 254 friend class GLContext; // for source string access
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_egl.cc 104 context_ = gfx::GLContext::CreateGLContext(
117 scoped_refptr<gfx::GLContext> context_;
mailbox_manager_unittest.cc 273 scoped_refptr<gfx::GLContext> context_;
in_process_command_buffer.cc 381 context_ = gfx::GLContext::CreateGLContext(
394 context_ = gfx::GLContext::CreateGLContext(
399 LOG(ERROR) << "Could not create GLContext.";
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.cc 141 gl_context_ = gfx::GLContext::CreateGLContext(NULL,
  /external/deqp/modules/gles2/functional/
es2fDepthTests.cpp 144 sglr::GLContext context(renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height));
es2fTextureSpecificationTests.cpp 375 void verifyTex2D (sglr::GLContext& gles2Context, sglr::ReferenceContext& refContext);
376 void verifyTexCube (sglr::GLContext& gles2Context, sglr::ReferenceContext& refContext);
431 sglr::GLContext gles2Context (renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height));
481 void TextureSpecCase::verifyTex2D (sglr::GLContext& gles2Context, sglr::ReferenceContext& refContext)
519 void TextureSpecCase::verifyTexCube (sglr::GLContext& gles2Context, sglr::ReferenceContext& refContext)
    [all...]
es2fStencilTests.cpp 324 sglr::GLContext context(m_context.getRenderContext(), log, 0 /* don't log calls or program */, viewport);
  /external/deqp/modules/gles3/functional/
es3fDepthTests.cpp 147 sglr::GLContext context(renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height));
es3fFboTestCase.cpp 83 sglr::GLContext context(renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height));
es3fFboApiTests.cpp 554 sglr::GLContext context(m_context.getRenderContext(), log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(0, 0, m_context.getRenderContext().getRenderTarget().getWidth(), m_context.getRenderContext().getRenderTarget().getHeight()));
es3fStencilTests.cpp 327 sglr::GLContext context(m_context.getRenderContext(), log, 0 /* don't log calls or program */, viewport);
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.cpp 85 sglr::GLContext context(renderCtx, log, 0, tcu::IVec4(x, y, width, height));
es31fTextureSpecificationTests.cpp 114 virtual void verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext) = DE_NULL;
154 sglr::GLContext gles31Context (renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height));
214 virtual void verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext);
242 void TextureCubeArraySpecCase::verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext)
    [all...]
  /external/chromium_org/content/common/gpu/media/
rendering_helper.cc 177 gl_context_ = gfx::GLContext::CreateGLContext(

Completed in 673 milliseconds

1 2 34 5