HomeSort by relevance Sort by last modified time
    Searched defs:getGLContext (Results 1 - 3 of 3) sorted by null

  /external/skia/bench/
GLBench.cpp 20 const GrGLContext* GLBench::getGLContext(SkCanvas* canvas) {
43 const GrGLContext* ctx = this->getGLContext(canvas);
52 const GrGLContext* ctx = this->getGLContext(canvas);
60 const GrGLContext* ctx = this->getGLContext(canvas);
  /external/deqp/framework/platform/win32/
tcuWGL.hpp 198 HGLRC getGLContext (void) const { return m_context; }
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp 92 static gl_wrapper_context_t *getGLContext()
189 if (initApi<gl_wrapper_context_t>(GLESv1_DRIVER, GLESv1_enc_LIB, &g_gl_dispatch, getGLContext) < 0) {
199 initApi<gl_wrapper_context_t>(GLESv1_DRIVER, GLES_android_LIB, &g_gl_dispatch, getGLContext);

Completed in 1047 milliseconds