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

  /frameworks/rs/driver/
rsdProgramStore.cpp 33 GLenum blendDst;
81 (ps->mHal.state.blendDst == RS_BLEND_DST_ZERO)) {
118 switch (ps->mHal.state.blendDst) {
120 drv->blendDst = GL_ZERO;
123 drv->blendDst = GL_ONE;
126 drv->blendDst = GL_SRC_COLOR;
129 drv->blendDst = GL_ONE_MINUS_SRC_COLOR;
132 drv->blendDst = GL_SRC_ALPHA;
135 drv->blendDst = GL_ONE_MINUS_SRC_ALPHA;
138 drv->blendDst = GL_DST_ALPHA
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 47 bool GLESv2Validate::blendDst(GLenum d) {
  /frameworks/rs/
rsProgramStore.h 50 RsBlendDstFunc blendDst;
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 202 bool GLEScmValidate::blendDst(GLenum d) {
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
UT_program_store.java 36 ProgramStore blendDst;
76 blendDst = b.setBlendFunc(ProgramStore.BlendSrcFunc.ZERO,
91 s.set_blendDst(blendDst);
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_structs.h 82 rs_blend_dst_func blendDst;

Completed in 20 milliseconds