Home
last modified time | relevance | path

Searched refs:make_texture (Results 1 – 2 of 2) sorted by relevance

/external/skia/gm/
Dimage_shader.cpp36 static sk_sp<SkImage> make_texture(GrContext* ctx, SkPicture* pic, const SkImageInfo& info) { in make_texture() function
69 make_texture,
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c381 make_texture(struct st_context *st, in make_texture() function
1130 pt = make_texture(st, width, height, format, type, unpack, pixels); in st_DrawPixels()