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

/external/skia/src/gpu/gl/
H A DGrGLUtil.h62 GR_GL_CALL(gl, GetIntegerv(e, p)); \
68 GR_GL_CALL(gl, GetFramebufferAttachmentParameteriv(t, a, pname, p)); \
74 GR_GL_CALL(gl, GetRenderbufferParameteriv(t, pname, p)); \
80 GR_GL_CALL(gl, GetTexLevelParameteriv(t, l, pname, p)); \
88 GR_GL_CALL(gl, GetShaderPrecisionFormat(st, pt, range, precision)); \
164 #define GR_GL_CALL(IFACE, X) \ macro
179 // same as GR_GL_CALL but stores the return value of the gl call in RET

Completed in 92 milliseconds