HomeSort by relevance Sort by last modified time
    Searched full:glcontext (Results 26 - 50 of 69) sorted by null

12 3

  /external/deqp/framework/opengl/
gluContextFactory.hpp 23 * \brief Base class for GLContext factories.
  /external/skia/src/gpu/gl/builders/
GrGLProgramBuilder.cpp 109 GrGLuint shaderId = GrGLCompileAndAttachShader(gpu->glContext(),
  /external/skia/tests/
ImageTest.cpp 386 DEF_GPUTEST_FOR_NATIVE_CONTEXT(SkImage_newTextureImage, reporter, context, glContext) {
390 glContext->makeCurrent();
401 [glContext, otherContextInfo] {
404 glContext->makeCurrent();
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 44 ndk_helper::GLContext* gl_context_;
105 gl_context_ = ndk_helper::GLContext::GetInstance();
  /external/skia/src/gpu/gl/
GrGLGpu.h 43 const GrGLContext& glContext() const { return *fGLContext; }
115 return &this->glContext();
GrGLGpu.cpp 176 GrGLContext* glContext = GrGLContext::Create(glInterface, options);
177 if (glContext) {
178 return new GrGLGpu(glContext, context);
207 this->glContext().extensions().print();
    [all...]
  /external/skia/tools/kilobench/
kilobench.cpp 318 SkAutoTDelete<SkGLContext> glContext(SkCreatePlatformGLContext(kNone_GrGLStandard,
320 glContext->makeCurrent();
  /external/deqp/framework/opengl/simplereference/
sglrShaderProgram.hpp 254 friend class GLContext; // for source string access
  /external/deqp/modules/gles31/functional/
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...]
es31fFboTestCase.cpp 85 sglr::GLContext context(renderCtx, log, 0, tcu::IVec4(x, y, width, height));
es31fDrawTests.cpp 790 sglr::GLContext ctx (m_context.getRenderContext(), m_testCtx.getLog(), sglr::GLCONTEXT_LOG_CALLS | sglr::GLCONTEXT_LOG_PROGRAMS, tcu::IVec4(0, 0, renderTargetWidth, renderTargetHeight));
    [all...]
  /external/mesa3d/docs/
RELNOTES-3.5 206 4. The GLcontext member Visual is no longer a pointer.
RELNOTES-3.3 242 in the gl_constants struct, which is the Const member of GLcontext.
  /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();
  /external/opencv3/modules/highgui/src/
window_gtk.cpp 869 GdkGLContext* glcontext = gtk_widget_get_gl_context(window->widget); local
872 if (!gdk_gl_drawable_gl_begin (gldrawable, glcontext))
1118 GdkGLContext* glcontext; local
    [all...]
  /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 374 void verifyTex2D (sglr::GLContext& gles2Context, sglr::ReferenceContext& refContext);
375 void verifyTexCube (sglr::GLContext& gles2Context, sglr::ReferenceContext& refContext);
430 sglr::GLContext gles2Context (renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height));
480 void TextureSpecCase::verifyTex2D (sglr::GLContext& gles2Context, sglr::ReferenceContext& refContext)
518 void TextureSpecCase::verifyTexCube (sglr::GLContext& gles2Context, sglr::ReferenceContext& refContext)
    [all...]
es2fFboApiTest.cpp 588 sglr::GLContext context(m_context.getRenderContext(), m_testCtx.getLog(), sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(0, 0, m_context.getRenderTarget().getWidth(), m_context.getRenderTarget().getHeight()));
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));
es3fTextureSpecificationTests.cpp 160 virtual void verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext) = DE_NULL;
197 sglr::GLContext gles3Context (renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height));
256 virtual void verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext);
279 void Texture2DSpecCase::verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext)
341 virtual void verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext);
362 void TextureCubeSpecCase::verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext)
438 virtual void verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext);
463 void Texture2DArraySpecCase::verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext)
538 virtual void verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext);
563 void Texture3DSpecCase::verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext
    [all...]
es3fFboApiTests.cpp 565 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);

Completed in 1373 milliseconds

12 3