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

  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsScriptTests.cpp 87 Allocation allocationIn = context->allocationCreateTyped(type, AllocationMipmapControl::NONE,
90 ASSERT_NE(Allocation(0), allocationIn);
93 context->scriptSetVarObj(script, mExportVarIdx_var_allocation, (ObjectBase)allocationIn);
97 EXPECT_EQ(allocationOut, allocationIn);
  /packages/apps/Dialer/java/com/android/incallui/video/impl/
VideoCallFragment.java     [all...]

Completed in 66 milliseconds