OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationCubeCreateFromBitmap
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpp/
RenderScript.cpp
165
RS::dispatch->
AllocationCubeCreateFromBitmap
= (AllocationCubeCreateFromBitmapFnPtr)dlsym(handle, "rsAllocationCubeCreateFromBitmap");
166
if (RS::dispatch->
AllocationCubeCreateFromBitmap
== NULL) {
167
ALOGE("Couldn't initialize RS::dispatch->
AllocationCubeCreateFromBitmap
");
rsDispatch.h
112
AllocationCubeCreateFromBitmapFnPtr
AllocationCubeCreateFromBitmap
;
/frameworks/rs/
rs.spec
64
AllocationCubeCreateFromBitmap
{
Completed in 25 milliseconds