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

  /external/skia/tests/
GrContextFactoryTest.cpp 19 NULL == contextFactory.getGLContext(GrContextFactory::kNative_GLContextType));
24 contextFactory.getGLContext(GrContextFactory::kNative_GLContextType) != NULL);
29 NULL == contextFactory.getGLContext(GrContextFactory::kNull_GLContextType));
  /external/skia/include/gpu/
GrContextFactory.h 114 SkGLContext* getGLContext(GLContextType type) {
  /external/skia/tools/
PictureRenderer.h 173 SkGLContext* getGLContext() {
175 return fGrContextFactory.getGLContext(GrContextFactory::kNative_GLContextType);
PictureBenchmark.cpp 40 return SkNEW_ARGS(BenchTimer, (fRenderer->getGLContext()));
PictureRenderer.cpp 178 SkGLContext* glContext = fGrContextFactory.getGLContext(
  /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);

Completed in 3893 milliseconds