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

  /external/skia/src/gpu/gl/
GrGLBuffer.cpp 17 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call)
21 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL(iface, call)
100 GL_ALLOC_CALL(gpu->glInterface(), BufferData(target,
GrGLGpu.cpp 44 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call)
48 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL(iface, call)
    [all...]

Completed in 82 milliseconds