Home
last modified time | relevance | path

Searched refs:cropSignature (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DOpenGLSystem.java62 int cropSignature = 0; in setTextureCrop() local
63 cropSignature = (crop[0] + crop[1]) << 16; in setTextureCrop()
64 cropSignature |= crop[2] + crop[3]; in setTextureCrop()
66 if (cropSignature != sLastSetCropSignature) { in setTextureCrop()
69 sLastSetCropSignature = cropSignature; in setTextureCrop()