OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeCreate
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/cpp/
Type.cpp
103
void * id = RS::dispatch->
TypeCreate
(rs->getContext(), e->getID(), dimX, dimY, dimZ, false, false, 0);
203
void * id = RS::dispatch->
TypeCreate
(mRS->getContext(), mElement->getID(), mDimX, mDimY, mDimZ,
RenderScript.cpp
150
RS::dispatch->
TypeCreate
= (TypeCreateFnPtr)dlsym(handle, "rsTypeCreate");
151
if (RS::dispatch->
TypeCreate
== NULL) {
152
ALOGE("Couldn't initialize RS::dispatch->
TypeCreate
");
rsDispatch.h
109
TypeCreateFnPtr
TypeCreate
;
/frameworks/rs/
rs.spec
34
TypeCreate
{
Completed in 56 milliseconds