Home | History | Annotate | Download | only in libGLESv2

Lines Matching full:textureokay

1226     bool textureOkay = (sizeOkay && typeOkay && internalFormat == mImageArray[0].format);
1228 if (!textureOkay)
1260 return !textureOkay;
2118 bool textureOkay = (sizeOkay && internalFormat == mImageArray[0][0].format);
2120 if (!textureOkay)
2156 return !textureOkay;