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

  /frameworks/base/libs/hwui/
Program.h 157 GLenum bitmapWrapT;
210 bitmapWrapT = GL_CLAMP_TO_EDGE;
262 key |= getEnumForWrap(bitmapWrapT) << PROGRAM_BITMAP_WRAPT_SHIFT;
ProgramCache.cpp 732 generateTextureWrap(shader, description.bitmapWrapS, description.bitmapWrapT);
    [all...]
SkiaShader.cpp 235 description->bitmapWrapT = gTileModes[xy[1]];

Completed in 7005 milliseconds