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

  /external/chromium_org/third_party/skia/src/gpu/gl/
SkGLContextHelper.cpp 22 SK_GL_NOERRCHECK(*this, DeleteFramebuffers(1, &fFBO));
23 SK_GL_NOERRCHECK(*this, DeleteRenderbuffers(1, &fColorBufferID));
24 SK_GL_NOERRCHECK(*this, DeleteRenderbuffers(1, &fDepthStencilBufferID));
  /external/skia/src/gpu/gl/
SkGLContextHelper.cpp 22 SK_GL_NOERRCHECK(*this, DeleteFramebuffers(1, &fFBO));
23 SK_GL_NOERRCHECK(*this, DeleteRenderbuffers(1, &fColorBufferID));
24 SK_GL_NOERRCHECK(*this, DeleteRenderbuffers(1, &fDepthStencilBufferID));
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkGLContextHelper.h 92 #define SK_GL_NOERRCHECK(ctx, X) (ctx).gl()->fFunctions.f ## X
  /external/chromium_org/third_party/skia/tools/timer/
GpuTimer.cpp 57 SK_GL_NOERRCHECK(*fContext, GetQueryObjectiv(fQuery,
  /external/skia/include/gpu/gl/
SkGLContextHelper.h 84 #define SK_GL_NOERRCHECK(ctx, X) (ctx).gl()->fFunctions.f ## X
  /external/skia/tools/timer/
GpuTimer.cpp 57 SK_GL_NOERRCHECK(*fContext, GetQueryObjectiv(fQuery,

Completed in 750 milliseconds