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

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.h 34 bool IsCompressed(GLenum format);
Framebuffer.cpp 317 if (IsCompressed(colorbuffer->getFormat()))
utilities.cpp 220 bool IsCompressed(GLenum format)
Texture.cpp 745 if (IsCompressed(format) && (width % 4 != 0 || height % 4 != 0))
    [all...]

Completed in 63 milliseconds