Searched refs:rsrDrawRect (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/rs/ |
D | rsRuntime.h | 70 void rsrDrawRect(Context *, Script *, float x1, float y1, float x2, float y2, float z);
|
D | rsScriptC_LibGL.cpp | 193 void rsrDrawRect(Context *rsc, Script *sc, float x1, float y1, float x2, float y2, float z) { in rsrDrawRect() function
|
/frameworks/base/libs/rs/driver/ |
D | rsdRuntimeStubs.cpp | 204 rsrDrawRect(rsc, sc, x1, y1, x2, y2, z); in SC_DrawRect()
|