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

  /external/swiftshader/src/Renderer/
Sampler.cpp 52 externalTextureFormat = FORMAT_NULL;
99 state.sRGB = (sRGB && Surface::isSRGBreadable(externalTextureFormat)) || Surface::isSRGBformat(internalTextureFormat);
108 state.compressedFormat = Surface::isCompressed(externalTextureFormat);
126 externalTextureFormat = surface->getExternalFormat();
Sampler.hpp 217 Format externalTextureFormat;

Completed in 6570 milliseconds