HomeSort by relevance Sort by last modified time
    Searched full:blend (Results 376 - 400 of 948) sorted by null

<<11121314151617181920>>

  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h 193 /* blend ops for fully specified alpha (SGX 2D Core only) */
204 /* SGX 2D Core Fully specified alpha blend : pAlpha field of PVR2DBLTINFO structure */
205 /* a fully specified Alpha Blend operation is defined as */
213 /* source to be transparent for that pixel regardless of the blend equation being used. */
345 PPVR2D_ALPHABLT pAlpha; /* fully specified alpha blend (2DCore only) */
    [all...]
  /external/llvm/lib/Target/X86/
X86IntrinsicsInfo.h 32 EXPAND_FROM_MEM, BLEND, INSERT_SUBVEC,
416 X86_INTRINSIC_DATA(avx512_mask_blend_b_128, BLEND, X86ISD::SELECT, 0),
417 X86_INTRINSIC_DATA(avx512_mask_blend_b_256, BLEND, X86ISD::SELECT, 0),
418 X86_INTRINSIC_DATA(avx512_mask_blend_b_512, BLEND, X86ISD::SELECT, 0),
419 X86_INTRINSIC_DATA(avx512_mask_blend_d_128, BLEND, X86ISD::SELECT, 0),
420 X86_INTRINSIC_DATA(avx512_mask_blend_d_256, BLEND, X86ISD::SELECT, 0),
421 X86_INTRINSIC_DATA(avx512_mask_blend_d_512, BLEND, X86ISD::SELECT, 0),
422 X86_INTRINSIC_DATA(avx512_mask_blend_pd_128, BLEND, X86ISD::SELECT, 0),
423 X86_INTRINSIC_DATA(avx512_mask_blend_pd_256, BLEND, X86ISD::SELECT, 0),
424 X86_INTRINSIC_DATA(avx512_mask_blend_pd_512, BLEND, X86ISD::SELECT, 0)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 123 * Calculate the hardware blend factor setting. This same function is used
127 * The hardware register value for the specified blend factor. This value
193 * Sets both the blend equation and the blend function.
195 * function because some blend equations (i.e., \c GL_MIN and \c GL_MAX)
196 * change the interpretation of the blend function.
197 * Also, make sure that blend function and blend equation are set to their default
198 * value if color blending is not enabled, since at least blend equations GL_MIN
232 func = (blend_factor( ctx->Color.Blend[0].SrcRGB, GL_TRUE ) << R200_SRC_BLEND_SHIFT)
    [all...]
  /external/freetype/include/
t1tables.h 210 /* given blend dictionary (font info or private). Used to support */
231 /* required fields in a FontInfo blend dictionary */
236 /* required fields in a Private blend dictionary */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
t1tables.h 210 /* given blend dictionary (font info or private). Used to support */
231 /* required fields in a FontInfo blend dictionary */
236 /* required fields in a Private blend dictionary */
    [all...]
  /external/mesa3d/docs/
RELNOTES-5.1 82 blend, fog, etc. can be enabled.
87 test, blend, fog, etc. can be enabled.
90 (via XCopyArea()) if no raster operations, such as depth test, blend,
  /external/mesa3d/src/gallium/state_trackers/vega/
asm_fill.h 320 * Emit instructions for the specified blend mode. Colors will be
338 /* blend in-place */
658 /* extra blend modes */
  /external/opencv3/modules/stitching/src/
stitcher.cpp 338 // Blend the current image
348 blender_->blend(result, result_mask);
349 LOGLN("blend time: " << ((getTickCount() - blend_t) / getTickFrequency()) << " sec");
  /external/pdfium/third_party/freetype/include/freetype/
t1tables.h 210 /* given blend dictionary (font info or private). Used to support */
231 /* required fields in a FontInfo blend dictionary */
236 /* required fields in a Private blend dictionary */
    [all...]
  /external/skia/src/core/
SkScalerContext.h 33 //These describe the parameters to create (uniquely identify) the pre-blend.
328 // Visible to subclasses so that generateImage can apply the pre-blend directly.
332 // and the pre-blend applied as a final step.
  /external/skia/src/gpu/
SkGr.cpp 409 // There is a blend between the primitive color and the shader color. The shader sees
446 // There is a blend between the primitive color and the paint color. The blend considers
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
t1tables.h 210 /* given blend dictionary (font info or private). Used to support */
231 /* required fields in a FontInfo blend dictionary */
236 /* required fields in a Private blend dictionary */
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 220 IGLProperty blend = new GLCompositeProperty(GLStateType.BLEND, local
228 depthTest, depthFunc, blend, dither);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/decals/
Decal.java 559 * @param srcBlendFactor Source blend factor used by glBlendFunc
560 * @param dstBlendFactor Destination blend factor used by glBlendFunc */
665 * @param srcBlendFactor Source blend used by glBlendFunc
666 * @param dstBlendFactor Destination blend used by glBlendFunc
683 * @param srcBlendFactor Source blend used by glBlendFunc
684 * @param dstBlendFactor Destination blend used by glBlendFunc
  /external/mesa3d/src/gallium/drivers/i915/
i915_debug.c 365 FLAG(stream, ptr[j], 15, "blend enable");
366 BITS(stream, ptr[j], 14, 12, "blend func");
367 BITS(stream, ptr[j], 11, 8, "blend src factor");
368 BITS(stream, ptr[j], 7, 4, "blend dst factor");
699 FLAG(stream, ptr[j], 25, "linear gamma blend");
948 {I915_NEW_BLEND, "blend"},
  /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
  /frameworks/rs/scriptc/
rs_graphics.rsh 37 * rs_blend_src_func: Blend source function
64 * rs_blend_dst_func: Blend destination function
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testautomation_render.c 221 /* Create some rectangles for each blend mode. */
547 * @brief Tests a blend mode.
575 /* Test blend mode. */
580 /* Set blend mode. */
651 /* Test Blend. */
773 * @brief Test to see if we can vary the blend mode. Helper function.
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_graphics.rsh 37 * rs_blend_src_func: Blend source function
64 * rs_blend_dst_func: Blend destination function
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.cpp 37 rr::BlendFunc mapVkBlendFactor (VkBlendFactor blend)
39 switch (blend)
  /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"]),
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
cidgload.c 246 0, /* blend == 0 */
321 0, /* blend == 0 */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1objs.c 227 face->blend = NULL;
375 if ( face->blend )
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
Gdx2DPixmap.java 355 public static native void setBlend (int blend); /*
356 gdx2d_set_blend(blend);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
FacedCubemapData.java 167 Blending blend = Pixmap.getBlending(); local
170 Pixmap.setBlending(blend);

Completed in 1304 milliseconds

<<11121314151617181920>>