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

  /external/chromium_org/third_party/skia/include/gpu/
GrContextFactory.h 153 SkGLContextHelper* getGLContext(GLContextType type) {
  /external/skia/include/gpu/
GrContextFactory.h 153 SkGLContextHelper* getGLContext(GLContextType type) {
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 93 static gl_wrapper_context_t *getGLContext()
225 if (initApi<gl_wrapper_context_t>(GLESv1_DRIVER, GLESv1_enc_LIB, &g_gl_dispatch, getGLContext) < 0) {
235 initApi<gl_wrapper_context_t>(GLESv1_DRIVER, GLES_android_LIB, &g_gl_dispatch, getGLContext);
  /external/skia/tools/
PictureRenderer.h 244 SkGLContextHelper* getGLContext() {
259 return fGrContextFactory.getGLContext(glContextType);

Completed in 4373 milliseconds