Searched refs:ElementCreate (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/cpp/ |
D | Element.cpp | 275 void * id = RS::dispatch->ElementCreate(rs->getContext(), dt, RS_KIND_USER, false, 1); in createUser() 284 void *id = RS::dispatch->ElementCreate(rs->getContext(), dt, RS_KIND_USER, false, size); in createVector() 341 void * id = RS::dispatch->ElementCreate(rs->getContext(), dt, dk, true, size); in createPixel()
|
D | RenderScript.cpp | 213 RS::dispatch->ElementCreate = (ElementCreateFnPtr)dlsym(handle, "rsElementCreate"); in loadSymbols() 214 if (RS::dispatch->ElementCreate == NULL) { in loadSymbols()
|
D | rsDispatch.h | 121 ElementCreateFnPtr ElementCreate; member
|
/frameworks/rs/ |
D | rs.spec | 111 ElementCreate {
|