HomeSort by relevance Sort by last modified time
    Searched refs:Blend (Results 51 - 56 of 56) sorted by null

1 23

  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 153 mRenderState.blend().syncEnabled();
429 mRenderState.blend().syncEnabled();
594 * changing the GL blend functions for the GL_FUNC_ADD blend equation to
805 getLayerAlpha(layer), layer->getMode(), Blend::ModeOrderSwap::Swap)
825 .setFillLayer(layer->getTexture(), layer->getColorFilter(), getLayerAlpha(layer), layer->getMode(), Blend::ModeOrderSwap::NoSwap)
    [all...]
BakedOpDispatcher.cpp     [all...]
  /frameworks/rs/api/
rs_graphics.spec 46 summary: Blend source function
64 summary: Blend destination function
880 summary: Get program store blend destination function
882 Get program store blend destination function
892 summary: Get program store blend source function
894 Get program store blend source function
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/mesa3d/src/mesa/main/
context.c 86 #include "blend.h"
    [all...]
mtypes.h 752 GLbitfield BlendEnabled; /**< Per-buffer blend enable flags */
763 GLenum SrcRGB; /**< RGB blend source term */
764 GLenum DstRGB; /**< RGB blend dest term */
765 GLenum SrcA; /**< Alpha blend source term */
766 GLenum DstA; /**< Alpha blend dest term */
770 * Set if any blend factor uses SRC1. Computed at the time blend factors
774 } Blend[MAX_DRAW_BUFFERS];
775 /** Are the blend func terms currently different for each buffer/target? */
777 /** Are the blend equations currently different for each buffer/target? *
    [all...]

Completed in 264 milliseconds

1 23