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

  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES3.cpp 318 GLint textureLevelHeight = 0;
337 textureLevelHeight = texture2d->getHeight(level);
369 textureLevelHeight = textureCube->getHeight(target, level);
392 textureLevelHeight = texture3d->getHeight(level);
415 textureLevelHeight = texture2darray->getHeight(level);
488 (height % 4 != 0 && height != textureLevelHeight))
515 yoffset + height > textureLevelHeight ||
    [all...]
validationES.cpp     [all...]
validationES2.cpp 151 GLint textureLevelHeight = 0;
169 textureLevelHeight = tex2d->getHeight(level);
209 textureLevelHeight = texCube->getHeight(target, level);

Completed in 243 milliseconds