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

  /cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
ProgramStoreTest.java 88 assertEquals(BlendDstFunc.ONE_MINUS_DST_ALPHA,
89 BlendDstFunc.valueOf("ONE_MINUS_DST_ALPHA"));
109 assertEquals(BlendSrcFunc.ONE_MINUS_DST_ALPHA,
110 BlendSrcFunc.valueOf("ONE_MINUS_DST_ALPHA"));
  /frameworks/base/graphics/java/android/renderscript/
ProgramStore.java 105 ONE_MINUS_DST_ALPHA (7),
131 ONE_MINUS_DST_ALPHA (7);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.h 95 ONE_MINUS_DST_ALPHA = 0x0305,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.idl 77 const GLenum ONE_MINUS_DST_ALPHA = 0x0305;
88 /* ONE_MINUS_DST_ALPHA */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_state.c 104 NV50_BLEND_FACTOR_CASE(INV_DST_ALPHA, ONE_MINUS_DST_ALPHA);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_state.c 74 NVC0_BLEND_FACTOR_CASE(INV_DST_ALPHA, ONE_MINUS_DST_ALPHA);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 104 NV50_BLEND_FACTOR_CASE(INV_DST_ALPHA, ONE_MINUS_DST_ALPHA);
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c 74 NVC0_BLEND_FACTOR_CASE(INV_DST_ALPHA, ONE_MINUS_DST_ALPHA);
  /prebuilts/sdk/14/
android.jar 

Completed in 853 milliseconds