Lines Matching refs:uptr

469 static int glnvg__renderCreate(void* uptr)  in glnvg__renderCreate()  argument
471 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderCreate()
678 static int glnvg__renderCreateTexture(void* uptr, int type, int w, int h, int imageFlags, const uns… in glnvg__renderCreateTexture() argument
680 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderCreateTexture()
771 static int glnvg__renderDeleteTexture(void* uptr, int image) in glnvg__renderDeleteTexture() argument
773 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderDeleteTexture()
777 static int glnvg__renderUpdateTexture(void* uptr, int image, int x, int y, int w, int h, const unsi… in glnvg__renderUpdateTexture() argument
779 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderUpdateTexture()
822 static int glnvg__renderGetTextureSize(void* uptr, int image, int* w, int* h) in glnvg__renderGetTextureSize() argument
824 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderGetTextureSize()
936 static void glnvg__renderViewport(void* uptr, int width, int height) in glnvg__renderViewport() argument
938 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderViewport()
1059 static void glnvg__renderCancel(void* uptr) { in glnvg__renderCancel() argument
1060 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderCancel()
1067 static void glnvg__renderFlush(void* uptr) in glnvg__renderFlush() argument
1069 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderFlush()
1240 static void glnvg__renderFill(void* uptr, NVGpaint* paint, NVGscissor* scissor, float fringe, in glnvg__renderFill() argument
1243 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderFill()
1321 static void glnvg__renderStroke(void* uptr, NVGpaint* paint, NVGscissor* scissor, float fringe, in glnvg__renderStroke() argument
1324 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderStroke()
1376 static void glnvg__renderTriangles(void* uptr, NVGpaint* paint, NVGscissor* scissor, in glnvg__renderTriangles() argument
1379 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderTriangles()
1410 static void glnvg__renderDelete(void* uptr) in glnvg__renderDelete() argument
1412 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderDelete()