HomeSort by relevance Sort by last modified time
    Searched refs:blendSrc (Results 1 - 14 of 14) 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...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.h 26 static bool blendSrc(GLenum s);
GLESv2Validate.cpp 24 bool GLESv2Validate::blendSrc(GLenum s) {
GLESv2Imp.cpp 291 SET_ERROR_IF(!GLESv2Validate::blendSrc(sfactor) || !GLESv2Validate::blendDst(dfactor),GL_INVALID_ENUM)
298 !(GLESv2Validate::blendSrc(srcRGB) && GLESv2Validate::blendDst(dstRGB) && GLESv2Validate::blendSrc(srcAlpha) && GLESv2Validate::blendDst(dstAlpha)),GL_INVALID_ENUM);
    [all...]
  /frameworks/rs/
rsProgramStore.h 49 RsBlendSrcFunc blendSrc;
rsProgramStore.cpp 37 mHal.state.blendSrc = srcFunc;
101 if (existing->mHal.state.blendSrc != srcFunc) continue;
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.h 23 static bool blendSrc(GLenum s);
GLEScmValidate.cpp 47 bool GLEScmValidate::blendSrc(GLenum s) {
GLEScmImp.cpp 333 SET_ERROR_IF(!GLEScmValidate::blendSrc(sfactor) || !GLEScmValidate::blendDst(dfactor),GL_INVALID_ENUM)
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_structs.h 87 rs_blend_src_func blendSrc;
rs_program.c 68 return prog->mHal.state.blendSrc;
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_program_store.java 35 ProgramStore blendSrc;
72 blendSrc = b.setBlendFunc(ProgramStore.BlendSrcFunc.DST_COLOR,
90 s.set_blendSrc(blendSrc);
  /frameworks/rs/cpp/
ScriptIntrinsics.cpp 40 void ScriptIntrinsicBlend::blendSrc(sp<Allocation> in, sp<Allocation> out) {
rsCppStructs.h 648 void blendSrc(sp<Allocation> in, sp<Allocation> out);

Completed in 299 milliseconds