Lines Matching refs:ctx
10 typedef GrGLFuncPtr (*GrGLGetProc)(void* ctx, const char name[]);
14 * get() to get each function address. ctx is a generic ptr passed to and interpreted by get().
16 SK_API sk_sp<const GrGLInterface> GrGLMakeAssembledInterface(void *ctx, GrGLGetProc get);
20 * get() to get each function address. ctx is a generic ptr passed to and interpreted by get().
22 SK_API sk_sp<const GrGLInterface> GrGLMakeAssembledGLInterface(void *ctx, GrGLGetProc get);
26 * calls get() to get each function address. ctx is a generic ptr passed to and interpreted by
29 SK_API sk_sp<const GrGLInterface> GrGLMakeAssembledGLESInterface(void *ctx, GrGLGetProc get);
33 * calls get() to get each function address. ctx is a generic ptr passed to and interpreted by
36 SK_API sk_sp<const GrGLInterface> GrGLMakeAssembledWebGLInterface(void *ctx, GrGLGetProc get);
39 SK_API const GrGLInterface* GrGLAssembleInterface(void *ctx, GrGLGetProc get);