Home
last modified time | relevance | path

Searched defs:GL_ALLOC_CALL (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLBuffer.cpp18 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call) macro
22 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL(iface, call) macro
DGrGLGpu.cpp48 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call) macro
52 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL(iface, call) macro