Home
last modified time | relevance | path

Searched refs:SK_GL_RET_NOERRCHECK (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/tools/timer/
DGpuTimer.cpp63 SK_GL_RET_NOERRCHECK(*fContext, error, GetError()); in end()
/external/skia/tools/timer/
DGpuTimer.cpp63 SK_GL_RET_NOERRCHECK(*fContext, error, GetError()); in end()
/external/skia/include/gpu/gl/
DSkGLContextHelper.h85 #define SK_GL_RET_NOERRCHECK(ctx, RET, X) (RET) = (ctx).gl()->fFunctions.f ## X macro
/external/chromium_org/third_party/skia/include/gpu/gl/
DSkGLContextHelper.h93 #define SK_GL_RET_NOERRCHECK(ctx, RET, X) (RET) = (ctx).gl()->fFunctions.f ## X macro