Lines Matching refs:get
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
27 * get().
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
34 * get().
36 SK_API sk_sp<const GrGLInterface> GrGLMakeAssembledWebGLInterface(void *ctx, GrGLGetProc get);
39 SK_API const GrGLInterface* GrGLAssembleInterface(void *ctx, GrGLGetProc get);