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

  /external/skia/src/gpu/gl/
GrGLUtil.h 247 #define GR_GL_GET_ERROR(IFACE) (IFACE)->fFunctions.fGetError()
GrGLInterface.cpp 77 !fFunctions.fGetError ||
GrGLUtil.cpp 15 while (GR_GL_NO_ERROR != gl->fFunctions.fGetError()) {}
GrGLTestInterface.cpp 87 fFunctions.fGetError = bind_to_member(this, &GrGLTestInterface::getError);
  /external/skqp/src/gpu/gl/
GrGLUtil.h 247 #define GR_GL_GET_ERROR(IFACE) (IFACE)->fFunctions.fGetError()
GrGLUtil.cpp 15 while (GR_GL_NO_ERROR != gl->fFunctions.fGetError()) {}
GrGLInterface.cpp 77 !fFunctions.fGetError ||
GrGLTestInterface.cpp 87 fFunctions.fGetError = bind_to_member(this, &GrGLTestInterface::getError);
  /external/skia/include/gpu/gl/
GrGLInterface.h 152 GrGLFunction<GrGLGetErrorProc> fGetError;
  /external/skia/tools/gpu/atlastext/
GLTestAtlasTextRenderer.cpp 69 auto error = fContext->gl()->fFunctions.fGetError(); \
  /external/skqp/include/gpu/gl/
GrGLInterface.h 153 GrGLFunction<GrGLGetErrorProc> fGetError;
  /external/skqp/tools/gpu/atlastext/
GLTestAtlasTextRenderer.cpp 69 auto error = fContext->gl()->fFunctions.fGetError(); \

Completed in 3506 milliseconds