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

  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES3.cpp 57 GLint textureLevelHeight = 0;
75 textureLevelHeight = texture2d->getHeight(level);
105 textureLevelHeight = textureCube->getHeight(target, level);
127 textureLevelHeight = texture3d->getHeight(level);
149 textureLevelHeight = texture2darray->getHeight(level);
223 (height % 4 != 0 && height != textureLevelHeight))
247 yoffset + height > textureLevelHeight ||
validationES.cpp     [all...]
validationES2.cpp 137 GLint textureLevelHeight = 0;
154 textureLevelHeight = tex2d->getHeight(level);
192 textureLevelHeight = texCube->getHeight(target, level);

Completed in 46 milliseconds