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

  /frameworks/base/libs/hwui/
Program.h 157 bool swapSrcDst;
200 swapSrcDst = false;
268 if (swapSrcDst) key |= PROGRAM_KEY_SWAP_SRC_DST;
OpenGLRenderer.h 789 * @param swapSrcDst Whether or not the src and dst blending operations should be swapped
798 bool swapSrcDst = false, bool ignoreTransform = false, GLuint vbo = 0,
    [all...]
OpenGLRenderer.cpp     [all...]
ProgramCache.cpp 750 shader.append(!description.swapSrcDst ?

Completed in 117 milliseconds