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 156 bool swapSrcDst;
197 swapSrcDst = false;
262 if (swapSrcDst) key |= PROGRAM_KEY_SWAP_SRC_DST;
OpenGLRenderer.h 831 * @param swapSrcDst Whether or not the src and dst blending operations should be swapped
840 bool swapSrcDst = false, bool ignoreTransform = false, GLuint vbo = 0,
846 bool swapSrcDst = false, bool ignoreTransform = false, GLuint vbo = 0,
    [all...]
OpenGLRenderer.cpp     [all...]
ProgramCache.cpp 726 shader.append(!description.swapSrcDst ?

Completed in 3082 milliseconds