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

  /external/skia/gpu/src/
GrGpuFactory.cpp 36 if (!GrGLGetGLInterface()) {
39 if (!GrGLGetGLInterface()) {
43 if (!GrGLGetGLInterface()->validate(engine)) {
GrGLUtil.cpp 21 while (GR_GL_NO_ERROR != GrGLGetGLInterface()->fGetError()) {}
25 uint32_t err = GrGLGetGLInterface()->fGetError();
GrGLInterface.cpp 80 GR_API GrGLInterface* GrGLGetGLInterface() {
86 GrGLGetGLInterface()->fGetString(GR_GL_EXTENSIONS));
93 GrGLGetGLInterface()->fGetString(GR_GL_VERSION));
GrGpuGL.cpp 198 GrGLGetGLInterface()->fGetString(GR_GL_VENDOR));
200 GrGLGetGLInterface()->fGetString(GR_GL_RENDERER));
202 GrGLGetGLInterface()->fGetString(GR_GL_VERSION));
204 GrGLGetGLInterface()->fGetString(GR_GL_EXTENSIONS));
    [all...]
  /external/skia/gpu/include/
GrGLConfig.h 163 #define GR_GL(X) GrGLGetGLInterface()->f##X;; GR_GL_LOG_CALLS_IMPL(X); GR_GL_CHECK_ERROR_IMPL(X);
164 #define GR_GL_NO_ERR(X) GrGLGetGLInterface()->f##X;; GR_GL_LOG_CALLS_IMPL(X);
166 #define GR_GL_SUPPORT_DESKTOP (kDesktop_GrGLBinding == GrGLGetGLInterface()->fBindingsExported)
167 #define GR_GL_SUPPORT_ES1 (kES1_GrGLBinding == GrGLGetGLInterface()->fBindingsExported)
168 #define GR_GL_SUPPORT_ES2 (kES2_GrGLBinding == GrGLGetGLInterface()->fBindingsExported)
GrGLInterface.h 49 GR_API GrGLInterface* GrGLGetGLInterface();

Completed in 98 milliseconds