Searched defs:verifySize (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/driver/
H A DrsdAllocation.cpp302 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), ptr); local
303 if(allocSize != verifySize) {
376 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr); local
377 if(s != verifySize) {
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdAllocation.cpp139 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), ptr); local
140 if(allocSize != verifySize) {
194 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr); local
195 if(s != verifySize) {

Completed in 55 milliseconds