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 SkImage* make_texture(GrContext* ctx, const SkPicture* pic, const SkImageInfo& info) { in make_texture() function
65 make_texture,
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c479 make_texture(struct st_context *st, in make_texture() function
1165 = make_texture(st, width, height, format, type, unpack, pixels); in st_DrawPixels()