HomeSort by relevance Sort by last modified time
    Searched defs:GR_GL_CALL (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUtil.h 44 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) \
144 // same as GR_GL_CALL but stores the return value of the gl call in RET
  /external/skia/src/gpu/gl/
GrGLUtil.h 44 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) \
144 // same as GR_GL_CALL but stores the return value of the gl call in RET

Completed in 134 milliseconds