Home
last modified time | relevance | path

Searched refs:rsrDrawTextAlloc (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/
DrsScriptC_LibGL.cpp221 void rsrDrawTextAlloc(Context *rsc, Allocation *a, int x, int y) { in rsrDrawTextAlloc() function
DrsRuntime.h101 void rsrDrawTextAlloc(Context *, Allocation *, int x, int y);
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp439 rsrDrawTextAlloc(rsc, a, x, y); in SC_DrawTextAlloc()