Searched refs:create_texture (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DImageFilterCacheTest.cpp178 static GrTexture* create_texture(GrContext* context) { function
191 SkAutoTUnref<GrTexture> srcTexture(create_texture(context));
214 SkAutoTUnref<GrTexture> srcTexture(create_texture(context));
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_context.c233 create_texture(struct pipe_context *pipe, enum pipe_format format, function
273 texture = create_texture(pipe, format, width, height);
376 dsrb->texture = create_texture(pipe, dsrb->format, width, height);

Completed in 139 milliseconds