OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SK_GL_NOERRCHECK
(Results
1 - 5
of
5
) 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
86
#define
SK_GL_NOERRCHECK
(ctx, X) (ctx).gl()->f ## X
/external/skia/bench/
BenchGpuTimer_gl.cpp
54
SK_GL_NOERRCHECK
(*fContext, GetQueryObjectiv(fQuery,
/external/skia/include/gpu/gl/
SkGLContextHelper.h
86
#define
SK_GL_NOERRCHECK
(ctx, X) (ctx).gl()->f ## X
Completed in 113 milliseconds