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

  /frameworks/rs/driver/
rsdProgramStore.cpp 32 GLenum blendSrc;
80 if ((ps->mHal.state.blendSrc == RS_BLEND_SRC_ONE) &&
85 switch (ps->mHal.state.blendSrc) {
87 drv->blendSrc = GL_ZERO;
90 drv->blendSrc = GL_ONE;
93 drv->blendSrc = GL_DST_COLOR;
96 drv->blendSrc = GL_ONE_MINUS_DST_COLOR;
99 drv->blendSrc = GL_SRC_ALPHA;
102 drv->blendSrc = GL_ONE_MINUS_SRC_ALPHA;
105 drv->blendSrc = GL_DST_ALPHA
    [all...]
  /frameworks/rs/
rsProgramStore.h 49 RsBlendSrcFunc blendSrc;
  /frameworks/rs/driver/runtime/
rs_structs.h 112 rs_blend_src_func blendSrc;

Completed in 3667 milliseconds