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

  /frameworks/rs/driver/
rsdProgramStore.cpp 31 GLenum blendSrc;
79 if ((ps->mHal.state.blendSrc == RS_BLEND_SRC_ONE) &&
84 switch (ps->mHal.state.blendSrc) {
86 drv->blendSrc = GL_ZERO;
89 drv->blendSrc = GL_ONE;
92 drv->blendSrc = GL_DST_COLOR;
95 drv->blendSrc = GL_ONE_MINUS_DST_COLOR;
98 drv->blendSrc = GL_SRC_ALPHA;
101 drv->blendSrc = GL_ONE_MINUS_SRC_ALPHA;
104 drv->blendSrc = GL_DST_ALPHA
    [all...]
  /frameworks/rs/
rsProgramStore.h 51 RsBlendSrcFunc blendSrc;
  /frameworks/rs/driver/runtime/
rs_structs.h 112 rs_blend_src_func blendSrc;

Completed in 77 milliseconds