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

  /external/skia/bench/
GLBench.cpp 14 const GrGLContext* GLBench::getGLContext(SkCanvas* canvas) {
37 const GrGLContext* ctx = this->getGLContext(canvas);
46 const GrGLContext* ctx = this->getGLContext(canvas);
54 const GrGLContext* ctx = this->getGLContext(canvas);
GLBench.h 30 const GrGLContext* getGLContext(SkCanvas*);
  /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 955 milliseconds