Searched defs:GR_GL_CALL (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLUtil.h44 GR_GL_CALL(gl, GetIntegerv(e, p)); \
50 GR_GL_CALL(gl, GetFramebufferAttachmentParameteriv(t, a, pname, p)); \
56 GR_GL_CALL(gl, GetRenderbufferParameteriv(t, pname, p)); \
61 GR_GL_CALL(gl, GetTexLevelParameteriv(t, l, pname, p)); \
129 #define GR_GL_CALL(IFACE, X) \ macro
144 // same as GR_GL_CALL but stores the return value of the gl call in RET
/external/skia/src/gpu/gl/
H A DGrGLUtil.h44 GR_GL_CALL(gl, GetIntegerv(e, p)); \
50 GR_GL_CALL(gl, GetFramebufferAttachmentParameteriv(t, a, pname, p)); \
56 GR_GL_CALL(gl, GetRenderbufferParameteriv(t, pname, p)); \
61 GR_GL_CALL(gl, GetTexLevelParameteriv(t, l, pname, p)); \
129 #define GR_GL_CALL(IFACE, X) \ macro
144 // same as GR_GL_CALL but stores the return value of the gl call in RET

Completed in 78 milliseconds