static void |
Skia.gr_context_abandon_context(gr_context_t context) |
static void |
Skia.gr_context_flush(gr_context_t context) |
static int |
Skia.gr_context_get_backend(gr_context_t context) |
static int |
Skia.gr_context_get_max_surface_sample_count_for_color_type(gr_context_t context,
int colorType) |
static void |
Skia.gr_context_get_resource_cache_limits(gr_context_t context,
int[] maxResources,
SizeTPointer maxResourceBytes) |
static void |
Skia.gr_context_get_resource_cache_limits(gr_context_t context,
IntBuffer maxResources,
SizeTPointer maxResourceBytes) |
static void |
Skia.gr_context_get_resource_cache_limits(gr_context_t context,
IntPointer maxResources,
SizeTPointer maxResourceBytes) |
static void |
Skia.gr_context_get_resource_cache_usage(gr_context_t context,
int[] maxResources,
SizeTPointer maxResourceBytes) |
static void |
Skia.gr_context_get_resource_cache_usage(gr_context_t context,
IntBuffer maxResources,
SizeTPointer maxResourceBytes) |
static void |
Skia.gr_context_get_resource_cache_usage(gr_context_t context,
IntPointer maxResources,
SizeTPointer maxResourceBytes) |
static void |
Skia.gr_context_release_resources_and_abandon_context(gr_context_t context) |
static void |
Skia.gr_context_reset_context(gr_context_t context,
int state) |
static void |
Skia.gr_context_set_resource_cache_limits(gr_context_t context,
int maxResources,
long maxResourceBytes) |
static void |
Skia.gr_context_unref(gr_context_t context) |
static sk_image_t |
Skia.sk_image_new_from_adopted_texture(gr_context_t context,
gr_backendtexture_t texture,
int origin,
int colorType,
int alpha,
sk_colorspace_t colorSpace) |
static sk_image_t |
Skia.sk_image_new_from_texture(gr_context_t context,
gr_backendtexture_t texture,
int origin,
int colorType,
int alpha,
sk_colorspace_t colorSpace,
sk_image_texture_release_proc releaseProc,
Pointer releaseContext) |
static sk_surface_t |
Skia.sk_surface_new_backend_render_target(gr_context_t context,
gr_backendrendertarget_t target,
int origin,
int colorType,
sk_colorspace_t colorspace,
sk_surfaceprops_t props) |
static sk_surface_t |
Skia.sk_surface_new_backend_texture_as_render_target(gr_context_t context,
gr_backendtexture_t texture,
int origin,
int samples,
int colorType,
sk_colorspace_t colorspace,
sk_surfaceprops_t props) |
static sk_surface_t |
Skia.sk_surface_new_backend_texture(gr_context_t context,
gr_backendtexture_t texture,
int origin,
int samples,
int colorType,
sk_colorspace_t colorspace,
sk_surfaceprops_t props) |
static sk_surface_t |
Skia.sk_surface_new_render_target(gr_context_t context,
boolean budgeted,
sk_imageinfo_t cinfo,
int sampleCount,
int origin,
sk_surfaceprops_t props,
boolean shouldCreateWithMips) |