HomeSort by relevance Sort by last modified time
    Searched refs:blendSrc (Results 1 - 6 of 6) 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;
rsProgramStore.cpp 36 mHal.state.blendSrc = srcFunc;
101 if (existing->mHal.state.blendSrc != srcFunc) continue;
  /frameworks/rs/driver/runtime/
rs_program.c 70 return prog->mHal.state.blendSrc;
rs_structs.h 112 rs_blend_src_func blendSrc;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
backend.h     [all...]

Completed in 132 milliseconds