HomeSort by relevance Sort by last modified time
    Searched full:rsaallocationgettype (Results 1 - 11 of 11) sorted by null

  /frameworks/rs/
rs.h 46 const void* rsaAllocationGetType(RsContext con, RsAllocation va);
rsAllocation.cpp 735 extern "C" const void * rsaAllocationGetType(RsContext con, RsAllocation va) {
  /prebuilts/sdk/renderscript/lib/x86/
librsjni.so 
libRSSupport.so 
  /prebuilts/sdk/renderscript/lib/arm/
librsjni.so 
libRSSupport.so 
  /prebuilts/sdk/renderscript/lib/mips/
librsjni.so 
libRSSupport.so 
  /frameworks/rs/cpp/
RenderScript.cpp 75 RS::dispatch->AllocationGetType = (AllocationGetTypeFnPtr)dlsym(handle, "rsaAllocationGetType");
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 671 return (jint) rsaAllocationGetType(con, (RsAllocation)a);
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 840 return (jint) rsaAllocationGetType(con, (RsAllocation)a);
    [all...]

Completed in 241 milliseconds