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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUtil.h 109 void GrGLClearErr(const GrGLInterface* gl);
GrGLUtil.cpp 13 void GrGLClearErr(const GrGLInterface* gl) {
GrGpuGL.cpp 23 #define CLEAR_ERROR_BEFORE_ALLOC(iface) GrGLClearErr(iface)
124 GrGLClearErr(fGLContext.interface());
    [all...]
  /external/skia/src/gpu/gl/
GrGLUtil.h 107 void GrGLClearErr(const GrGLInterface* gl);
GrGLUtil.cpp 13 void GrGLClearErr(const GrGLInterface* gl) {
GrGpuGL.cpp 25 #define CLEAR_ERROR_BEFORE_ALLOC(iface) GrGLClearErr(iface)
126 GrGLClearErr(fGLContext.interface());
    [all...]

Completed in 268 milliseconds