/external/autotest/client/deps/webgl_mpd/src/debug/ |
webgl-debug.js | 129 // Frame buffer operations (clear, blend, depth test, stencil) 379 ctx.disable(ctx.BLEND);
|
/external/autotest/client/deps/webgl_mpd/src/resources/ |
J3DI.js | 50 // Enable depth testing and blending with a blend func of (SRC_ALPHA, ONE_MINUS_SRC_ALPHA) 96 gl.enable(gl.BLEND);
|
/external/deqp/modules/gles3/functional/ |
es3fBooleanStateQueryTests.cpp | 777 { "blend", "BLEND", GL_BLEND, false},
|
/external/freetype/src/psaux/ |
psft.c | 117 FT_FREE( font->blend.lastNDV ); 118 FT_FREE( font->blend.BV );
|
/external/llvm/lib/Target/X86/Utils/ |
X86ShuffleDecode.cpp | 349 // If there are more than 8 elements in the vector, then any immediate blend 351 // 8 elements in a 128-bit lane with an immediate blend.
|
/external/llvm/test/CodeGen/X86/ |
combine-or.ll | 6 ; instruction which performs a blend operation. 283 ; bitcast to use the mask-or blend combine.
|
/external/mesa3d/prebuilt-intermediates/main/ |
get_hash.h | 9 { GL_BLEND_SRC, CONTEXT_ENUM(Color.Blend[0].SrcRGB), NO_EXTRA }, 55 { GL_BLEND_SRC_RGB, CONTEXT_ENUM(Color.Blend[0].SrcRGB), NO_EXTRA }, 56 { GL_BLEND_DST_RGB, CONTEXT_ENUM(Color.Blend[0].DstRGB), NO_EXTRA }, 57 { GL_BLEND_SRC_ALPHA, CONTEXT_ENUM(Color.Blend[0].SrcA), NO_EXTRA }, 58 { GL_BLEND_DST_ALPHA, CONTEXT_ENUM(Color.Blend[0].DstA), NO_EXTRA }, 59 { GL_BLEND_EQUATION, CONTEXT_ENUM(Color.Blend[0].EquationRGB), NO_EXTRA }, 60 { GL_BLEND_EQUATION_ALPHA_EXT, CONTEXT_ENUM(Color.Blend[0].EquationA), NO_EXTRA }, 112 { GL_BLEND_DST, CONTEXT_ENUM(Color.Blend[0].DstRGB), NO_EXTRA }, [all...] |
/external/mesa3d/src/gallium/drivers/ddebug/ |
dd_context.c | 225 DD_CSO_WHOLE(blend, blend)
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_context.h | 507 /* Blend state. */ 509 /* Blend color state. */
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
api.h | 432 /// @brief Set blend state 440 /// @brief Set blend function
|
/external/mesa3d/src/gallium/drivers/vc4/ |
vc4_state.c | 130 /* Blend state is baked into shaders. */ 326 vc4->blend = hwcso;
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
nine_pipe.h | 686 DBG_FLAG(DBG_UNKNOWN, "Unhandled blend factor %d\n", b); 713 DBG_FLAG(DBG_UNKNOWN, "Unhandled blend factor %d\n", b);
|
/external/mesa3d/src/mesa/drivers/x11/ |
xm_dd.c | 318 if ((swrast->_RasterMask & ~CLIP_BIT) == 0) /* no blend, z-test, etc */ { 449 if ((swrast->_RasterMask & ~CLIP_BIT) == 0) /* no blend, z-test, etc */ {
|
/external/skia/src/codec/ |
SkCodec.cpp | 654 // a colorXform to do a color correct premul, since the blend step will handle 655 // premultiplication. But there is no way to know whether we need to blend from
|
/external/skia/src/core/ |
SkRasterPipelineBlitter.cpp | 32 SkBlendMode blend, 36 , fBlend(blend)
|
/external/skia/src/gpu/gl/ |
GrGLDefines.h | 48 /* Basic OpenGL blend equations */ 97 /* Separate Blend Functions */ [all...] |
/external/skqp/src/codec/ |
SkCodec.cpp | 654 // a colorXform to do a color correct premul, since the blend step will handle 655 // premultiplication. But there is no way to know whether we need to blend from
|
/external/skqp/src/core/ |
SkRasterPipelineBlitter.cpp | 32 SkBlendMode blend, 36 , fBlend(blend)
|
/external/skqp/src/gpu/gl/ |
GrGLDefines.h | 48 /* Basic OpenGL blend equations */ 97 /* Separate Blend Functions */ [all...] |
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/ |
core_validation_types.h | 395 CBSTATUS_BLEND_CONSTANTS_SET = 0x00000004, // Blend constants state has been set 481 bool blendConstantsEnabled; // Blend constants enabled for any attachments
|
/prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-sp/ |
libRSDriver.so | |
/prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-sp/ |
libRSDriver.so | |
/external/mesa3d/docs/relnotes/ |
7.10.html | 272 <li>softpipe: make blend/stencil/depth functions static</li> 478 <li>swrast: avoid large stack allocations in blend code</li> [all...] |
/external/libvpx/libvpx/third_party/libyuv/source/ |
scale_neon64.cc | 673 // General purpose row blend. 691 // Blend 25 / 75. 705 // Blend 50 / 50. 718 // Blend 75 / 25. 732 // Blend 100 / 0 - Copy row unchanged. [all...] |
/external/libyuv/files/source/ |
scale_neon64.cc | 705 // General purpose row blend. 723 // Blend 25 / 75. 737 // Blend 50 / 50. 750 // Blend 75 / 25. 764 // Blend 100 / 0 - Copy row unchanged. [all...] |