HomeSort by relevance Sort by last modified time
    Searched full:blend (Results 476 - 500 of 1212) sorted by null

<<11121314151617181920>>

  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderLayeredFramebuffer.hpp 48 * Blending should be enabled. Source blend function should be set to
49 * GL_ONE_MINUS_SRC_COLOR, destination blend function should be set to
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.cpp 37 rr::BlendFunc mapVkBlendFactor (VkBlendFactor blend)
39 switch (blend)
  /external/deqp/modules/gles31/functional/
es31fFboSRGBWriteControlTests.cpp 784 void setFramebufferBlend (const bool blend);
911 void Renderer::setFramebufferBlend (const bool blend)
913 m_framebufferBlendEnabled = blend;
    [all...]
  /external/deqp/scripts/opengl/
gen_str_util.py 324 ("EnableCap", ["TEXTURE_2D", "CULL_FACE", "BLEND", "DITHER", "STENCIL_TEST", "DEPTH_TEST", "SCISSOR_TEST",
332 ("IndexedEnableCap", ["BLEND"]),
    [all...]
  /external/llvm/test/Analysis/CostModel/X86/
vselect-cost.ll 9 ; SSE41 added blend instructions with an immediate for <2 x double> and
62 ; AVX added blend instructions with an immediate for <4 x double> and
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render_gen8.c 98 gen8_3DSTATE_WM_DEPTH_STENCIL(r->builder, &vec->blend->cc);
136 gen8_3DSTATE_PS_BLEND(r->builder, &vec->blend->cc);
  /external/mesa3d/src/mesa/swrast/
s_context.h 87 #define BLEND_BIT 0x002 /**< Blend pixels */
234 GLboolean _PreferPixelFog; /* Compute fog blend factor per fragment? */
  /frameworks/base/libs/hwui/
Program.h 113 enum class ColorFilterMode : int8_t { None = 0, Matrix, Blend };
268 case ColorFilterMode::Blend:
  /frameworks/base/libs/hwui/pipeline/skia/
SkiaOpenGLPipeline.cpp 186 sk_sp<SkColorFilter> colorFilter, int alpha, SkBlendMode mode, bool blend) {
188 new GlLayer(renderState, layerWidth, layerHeight, colorFilter, alpha, mode, blend);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ScrimView.java 266 // Optimization to blend colors and avoid a color filter
301 * optimizing blend modes, so it makes sense.
  /frameworks/base/rs/java/android/renderscript/
ProgramStore.java 201 * @return source blend function
209 * @return destination blend function
  /hardware/qcom/display/msm8998/libdrmutils/
drm_interface.h 77 * Op: Sets the blend type
79 * uint32_t - blend type (see DRMBlendType)
  /system/core/libpixelflinger/
scanline.cpp 173 * SRC_OVER means we blend the source pixels to the destination
175 * This mode is otherwise called 'blend'.
177 * SRCA_OVER means we blend the source pixels to the destination
192 "565 fb, 8888 tx, blend SRC_OVER", scanline_t32cb16blend, init_y_noop },
199 "565 fb, 8888 tx, blend SRC_OVER dither", scanline_t32cb16blend_dither, init_y_noop },
207 "565 fb, 8888 tx, blend dst:ONE_MINUS_SRCA src:SRCA", scanline_t32cb16blend_srca, init_y_noop },
499 blend_factor(c, &sf, c->state.blend.src, fragment, fb);
500 blend_factor(c, &df, c->state.blend.dst, fragment, fb);
509 if (c->state.blend.alpha_separate) {
510 blend_factor(c, &sf, c->state.blend.src_alpha, fragment, fb)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 145 && ctx->Color.Blend[0].EquationRGB == GL_LOGIC_OP)) ) {
162 switch ( ctx->Color.Blend[0].SrcRGB ) {
209 switch ( ctx->Color.Blend[0].DstRGB ) {
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_shaders.c 886 sctx->queued.named.blend->cb_target_mask;
972 struct si_state_blend *blend = sctx->queued.named.blend; local
    [all...]
  /toolchain/benchmark/
panorama.diff 22 + feature_mos/src/mosaic/Blend.cpp \
289 +const int blendingType = Blend::BLEND_TYPE_HORZ;
290 +const int stripType = Blend::STRIP_TYPE_WIDE;
    [all...]
  /cts/apps/CtsVerifier/res/raw/
cone_obj 1 # Blender v2.76 (sub 0) OBJ File: 'cone.blend'
  /external/ImageMagick/MagickCore/
pixel.h 116 BlendInterpolatePixel, /* blend of nearest 1, 2 or 4 pixels */
  /external/ImageMagick/
README.txt 54 * Image gradients: create a gradual blend of one color whose shape is
  /external/freetype/include/freetype/internal/
autohint.h 139 /* Masters fonts where blend coordinates change). */
  /external/libdrm/tests/exynos/
exynos_fimg2d_test.c 572 printf("blend test with %s.\n",
860 * The blend test uses the userptr functionality of exynos-drm, which
862 * exynos-iommu support, then the blend test is going to produce (kernel)
870 fprintf(stderr, "failed to test blend operation.\n");
  /external/libxcam/tests/
test-soft-image.cpp 527 "\t--type processing type, selected from: blend, remap, stitch, ...\n"
587 if (!strcasecmp (optarg, "blend"))
716 RUN_N (blender->blend (ins[0]->get_buf (), ins[1]->get_buf (), outs[0]->get_buf ()), loop, "blend buffer failed.");
  /external/llvm/test/CodeGen/X86/
avx-cast.ll 5 ; Prefer a blend instruction to a vinsert128 instruction because blends
  /external/mesa3d/docs/relnotes/
10.2.3.html 101 <li>freedreno/a3xx: fix blend opcode</li>
10.3.2.html 110 <li>r600g: Drop references to destroyed blend state</li>

Completed in 2368 milliseconds

<<11121314151617181920>>