Searched
full:blend (Results
401 -
425 of
1212) sorted by null
<<11121314151617181920>>
/external/mesa3d/src/intel/genxml/ |
gen4.xml | 22 <field name="Color Blend Enable" start="13" end="13" type="bool"/>
|
gen45.xml | 22 <field name="Color Blend Enable" start="13" end="13" type="bool"/>
|
gen5.xml | 22 <field name="Color Blend Enable" start="13" end="13" type="bool"/>
|
/external/skia/gm/ |
lcdblendmodes.cpp | 10 * Tests text rendering with LCD and the various blend modes.
|
/external/skia/src/core/ |
SkMaskGamma.cpp | 117 //Undo what the blit blend will do.
|
/external/skia/src/gpu/ |
GrShaderCaps.cpp | 126 writer->appendString("Advanced blend equation interaction",
|
/external/skqp/gm/ |
lcdblendmodes.cpp | 10 * Tests text rendering with LCD and the various blend modes.
|
/external/skqp/src/core/ |
SkMaskGamma.cpp | 117 //Undo what the blit blend will do.
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
utilities.h | 92 sw::BlendFactor ConvertBlendFunc(GLenum blend);
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
sse41-blend.ll | 64 ;; TEST blend + compares
|
/frameworks/av/cmds/screenrecord/ |
TextRenderer.h | 69 // Set blend func (1, 1-srcAlpha) before calling if drawing onto
|
/frameworks/base/libs/hwui/ |
BakedOpRenderer.cpp | 167 mRenderState.blend().syncEnabled(); 349 // apply this improvement when the blend mode is SRC_OVER - other modes (e.g. CLEAR) can be 352 glop.blend.src == GL_ONE && 353 glop.blend.dst == GL_ONE_MINUS_SRC_ALPHA;
|
/frameworks/base/libs/hwui/pipeline/skia/ |
SkiaRecordingCanvas.h | 97 // kClear blend mode is drawn as kDstOut on HW for compatibility with Android O and
|
/frameworks/native/cmds/flatland/ |
Main.cpp | 101 0, staticGradient, blend, 127 0, staticGradient, blend, 153 0, staticGradient, blend, 183 0, staticGradient, blend,
|
/frameworks/native/opengl/tests/hwc/ |
hwcColorEquiv.cpp | 42 * Renders a horizontal blend in two frames. The first frame is rendered 57 * The horizontal blend in the reference frame is produced from a linear 338 // Fill the frames with a horizontal blend 413 // Seeding causes fill horizontal blend to fill the pad area with
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
Blend.java | 31 public class Blend extends TestBase {
|
/hardware/libhardware/modules/hwcomposer/ |
hwcomposer.cpp | 60 ALOGD("\ttype=%d, flags=%08x, handle=%p, tr=%02x, blend=%04x, {%d,%d,%d,%d}, {%d,%d,%d,%d}",
|
/external/mesa3d/src/gallium/drivers/ddebug/ |
dd_draw.c | 337 if (dstate->blend) 338 DUMP(blend_state, &dstate->blend->state.blend); 728 state->base.blend = &state->blend; 849 if (src->blend) 850 dst->blend->state.blend = src->blend->state.blend; [all...] |
/external/mesa3d/src/intel/blorp/ |
blorp_genX_exec.h | 898 struct GENX(BLEND_STATE) blend; 899 memset(&blend, 0, sizeof(blend)); 902 blend.Entry[i].PreBlendColorClampEnable = true; 903 blend.Entry[i].PostBlendColorClampEnable = true; 904 blend.Entry[i].ColorClampRange = COLORCLAMP_RTFORMAT; 906 blend.Entry[i].WriteDisableRed = params->color_write_disable[0]; 907 blend.Entry[i].WriteDisableGreen = params->color_write_disable[1]; 908 blend.Entry[i].WriteDisableBlue = params->color_write_disable[2]; 909 blend.Entry[i].WriteDisableAlpha = params->color_write_disable[3] [all...] |
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
vktDynamicStateCBTests.cpp | 169 : TestCaseGroup (testCtx, "cb_state", "Tests for color blend state") 181 addChild(new InstanceFactory<BlendConstantsTestInstance>(m_testCtx, "blend_constants", "Check if blend constants are working properly", shaderPaths));
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineBlendTests.cpp | 22 * \brief Blend Tests 601 // The color blend attachment will be set up before creating the graphics pipeline. [all...] |
/external/libxcam/modules/ocl/ |
cl_pyramid_blender.h | 48 uint32_t blend_width; // blend, gauss, and lap 54 SmartPtr<CLImage> blend_image[CLBlenderPlaneMax][BlendImageCount]; // 0 blend-image, 1 reconstruct image
|
/external/mesa3d/docs/relnotes/ |
13.0.3.html | 124 <li>radeonsi: always set all blend registers</li> 126 <li>radeonsi: disable RB+ blend optimizations for dual source blending</li>
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen7_wm_state.c | 209 * source blend factors. 262 ctx->Color.Blend[0]._UsesDualSrc;
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv04_render.c | 107 PUSH_DATA (push, nv04->blend); 134 PUSH_DATA (push, nv04->blend & ~0x0000000f);
|
Completed in 794 milliseconds
<<11121314151617181920>>