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

  /external/chromium_org/third_party/skia/include/gpu/
GrContextFactory.h 178 SkGLContextHelper* getGLContext(GLContextType type) {
  /external/skia/include/gpu/
GrContextFactory.h 178 SkGLContextHelper* getGLContext(GLContextType type) {
  /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 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/chromium_org/third_party/skia/tools/
PictureRenderer.h 318 SkGLContextHelper* getGLContext() {
341 return fGrContextFactory.getGLContext(glContextType);
  /external/skia/tools/
PictureRenderer.h 318 SkGLContextHelper* getGLContext() {
341 return fGrContextFactory.getGLContext(glContextType);

Completed in 189 milliseconds