HomeSort by relevance Sort by last modified time
    Searched refs:BLEND (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
shaders_cache.h 61 #define SHADERS_GET_BLEND_SHADER(id) _SHADERS_GET_STAGE(BLEND, id)
  /external/mesa3d/src/gallium/state_trackers/vega/
shaders_cache.h 61 #define SHADERS_GET_BLEND_SHADER(id) _SHADERS_GET_STAGE(BLEND, id)
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 99 BLEND("Blending"),
GLState.java 219 IGLProperty blend = new GLCompositeProperty(GLStateType.BLEND, local
227 depthTest, depthFunc, blend, dither);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_triangle.c 324 #define BLEND \
430 SPAN_NEAREST(NEAREST_RGB;BLEND,3);
449 SPAN_NEAREST(NEAREST_RGBA;BLEND,4);
479 SPAN_LINEAR(LINEAR_RGB;BLEND,3);
498 SPAN_LINEAR(LINEAR_RGBA;BLEND,4);
702 SPAN_NEAREST(NEAREST_RGB;BLEND,3);
721 SPAN_NEAREST(NEAREST_RGBA;BLEND,4);
749 SPAN_LINEAR(LINEAR_RGB;BLEND,3);
768 SPAN_LINEAR(LINEAR_RGBA;BLEND,4);
    [all...]