HomeSort by relevance Sort by last modified time
    Searched refs:nAllocationGetType (Results 1 - 3 of 3) sorted by null

  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 321 int typeID = mRS.nAllocationGetType(getID(mRS));
    [all...]
RenderScript.java 425 synchronized int nAllocationGetType(int id) {
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 759 nAllocationGetType(JNIEnv *_env, jobject _this, RsContext con, jint a)
761 LOG_API("nAllocationGetType, con(%p), a(%p)", con, (RsAllocation)a);
    [all...]

Completed in 26 milliseconds