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

  /external/skia/tests/
GrContextFactoryTest.cpp 21 NULL == contextFactory->getGLContext(GrContextFactory::kNative_GLContextType));
26 contextFactory->getGLContext(GrContextFactory::kNative_GLContextType) != NULL);
31 NULL == contextFactory->getGLContext(GrContextFactory::kNull_GLContextType));
GLInterfaceValidation.cpp 22 SkGLContextHelper* glCtxHelper = factory->getGLContext(glCtxType);
  /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) {
  /external/skia/tools/
PictureRenderer.h 244 SkGLContextHelper* getGLContext() {
259 return fGrContextFactory.getGLContext(glContextType);
PictureBenchmark.cpp 47 return SkNEW_ARGS(BenchTimer, (fRenderer->getGLContext()));
PictureRenderer.cpp 196 SkGLContextHelper* glContext = this->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);
  /external/skia/bench/
benchmain.cpp 712 glCtx = gContextFactory.getGLContext(gConfigs[i].fContextType);
776 glContext = gContextFactory.getGLContext(gConfigs[configIndex].fContextType);
    [all...]

Completed in 361 milliseconds