/external/skqp/src/opts/ |
SkBlitRow_opts_SSE2.cpp | 347 // if mask pixels are not all zero, we will blend the dst pixels 415 // if mask pixels are not all zero, we will blend the dst pixels
|
/external/swiftshader/src/Main/ |
FrameBuffer.cpp | 526 blend(state, d, s, c); 541 void FrameBuffer::blend(const BlitState &state, const Pointer<Byte> &d, const Pointer<Byte> &s, const Pointer<Byte> &c) function in class:sw::FrameBuffer
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
LegalizeVectorOps.cpp | 64 // Implement vselect in terms of XOR, AND, OR when blend is not supported 267 // on platforms which do not support blend natively.
|
/frameworks/base/libs/hwui/renderthread/ |
OpenGLPipeline.cpp | 127 bool blend) { 129 new GlLayer(renderState, layerWidth, layerHeight, colorFilter, alpha, mode, blend);
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
ImageProcessingActivity.java | 91 INTRINSICS_BLEND ("Intrinsics Blend"), 330 mTest = new Blend();
|
/hardware/qcom/display/msm8909/libdrmutils/ |
drm_interface.h | 77 * Op: Sets the blend type 79 * uint32_t - blend type (see DRMBlendType)
|
/hardware/qcom/display/msm8909w_3100/libdrmutils/ |
drm_interface.h | 77 * Op: Sets the blend type 79 * uint32_t - blend type (see DRMBlendType)
|
/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.h | 349 bool blend : 1; member in struct:android::GGLAssembler::component_info_t 380 void blend( component_t& dest,
|
/external/deqp/doc/ |
gles3-test-case-resolutions.txt | 59 dEQP-GLES3.functional.fragment_ops.blend.* 32x32 64x64
|
/external/deqp/modules/gles2/functional/ |
es2fNegativeFragmentApiTests.cpp | 138 // Blend functions
|
/external/deqp/modules/gles2/performance/ |
es2pRedundantStateChangeTests.cpp | 132 ADD_TESTCASE(blend, "Enable/Disable blending.", 501 ADD_TESTCASE(blend_equation, "Change blend equation.", 541 ADD_TESTCASE(blend_func, "Change blend function.", [all...] |
/external/deqp/modules/gles3/functional/ |
es3fFboColorbufferTests.cpp | 794 // Setup blend. 799 // Render gradient with blend. [all...] |
/external/llvm/lib/Target/X86/Utils/ |
X86ShuffleDecode.h | 100 /// Decode a BLEND immediate mask into a shuffle mask.
|
/external/mesa3d/docs/relnotes/ |
17.0.2.html | 142 <li>st/mesa: set blend state for PBO readbacks</li>
|
3.5 | 86 Adds extra blend source and dest factors which allow squaring
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
pp_run.c | 275 cso_set_blend(p->cso, &p->blend);
|
/external/mesa3d/src/gallium/docs/source/drivers/openswr/ |
faq.rst | 40 them through our driver yet. The fetch shader, streamout, and blend is
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_context.h | 228 const struct i915_blend_state *blend; member in struct:i915_context
|
/external/mesa3d/src/gallium/drivers/ilo/ |
ilo_state.h | 373 struct ilo_blend_state *blend; member in struct:ilo_state_vector
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast.h | 83 * the fragment shader, such as blend color and alpha ref value.
|
lp_surface.c | 104 util_blitter_save_blend(lp->blitter, (void*)lp->blend);
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
nv50_context.h | 128 struct nv50_blend_stateobj *blend; member in struct:nv50_context
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
nvc0_state_validate.c | 451 PUSH_SPACE(push, nvc0->blend->size); 452 PUSH_DATAp(push, nvc0->blend->state, nvc0->blend->size); 829 if (!ctx_to->blend)
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
si_state.h | 117 struct si_state_blend *blend; member in struct:si_state::__anon29757
|
/external/mesa3d/src/gallium/drivers/vc4/ |
vc4_blit.c | 174 util_blitter_save_blend(vc4->blitter, vc4->blend);
|