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

  /frameworks/base/libs/hwui/
Program.h 147 GLenum bitmapWrapS;
193 bitmapWrapS = GL_CLAMP_TO_EDGE;
243 key |= getEnumForWrap(bitmapWrapS) << PROGRAM_BITMAP_WRAPS_SHIFT;
ProgramCache.cpp 681 generateTextureWrap(shader, description.bitmapWrapS, description.bitmapWrapT);
SkiaShader.cpp 130 description.bitmapWrapS = gTileModes[mTileX];

Completed in 33 milliseconds