HomeSort by relevance Sort by last modified time
    Searched refs:GL_ONE (Results 1 - 25 of 196) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel.c 46 return GL_ONE;
70 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE ||
73 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE ||
intel_state.c 124 case GL_ONE:
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel.c 46 return GL_ONE;
70 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE ||
73 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE ||
intel_state.c 124 case GL_ONE:
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES10RenderEngine.cpp 52 glBlendFunc(premultipliedAlpha ? GL_ONE : GL_SRC_ALPHA,
GLES11RenderEngine.cpp 132 glBlendFunc(premultipliedAlpha ? GL_ONE : GL_SRC_ALPHA,
146 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_util.c 66 case GL_ONE:
brw_cc.c 83 return GL_ONE;
159 * with GL_ONE and GL_ONE_MINUS_DST_ALPHA with GL_ZERO.
169 srcRGB = dstRGB = GL_ONE;
173 srcA = dstA = GL_ONE;
gen6_cc.c 106 srcRGB = dstRGB = GL_ONE;
110 srcA = dstA = GL_ONE;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_util.c 66 case GL_ONE:
brw_cc.c 83 return GL_ONE;
159 * with GL_ONE and GL_ONE_MINUS_DST_ALPHA with GL_ZERO.
169 srcRGB = dstRGB = GL_ONE;
173 srcA = dstA = GL_ONE;
gen6_cc.c 106 srcRGB = dstRGB = GL_ONE;
110 srcA = dstA = GL_ONE;
  /cts/suite/cts/deviceTests/opengl/jni/primitive/pixeloutput/
PixelOutputRenderer.cpp 108 glBlendFunc(GL_ONE, GL_ONE);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_0_autogen.h 32 EXPECT_CALL(*gl_, BlendFuncSeparate(GL_ONE, GL_ZERO, GL_ONE, GL_ZERO))
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 27 case GL_ONE:
50 case GL_ONE:
  /frameworks/rs/driver/
rsdProgramStore.cpp 90 drv->blendSrc = GL_ONE;
123 drv->blendDst = GL_ONE;
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 50 case GL_ONE:
205 case GL_ONE:
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blend.c 33 * Celestia uses glBlendFunc(GL_SRC_ALPHA, GL_ONE), for example.
68 * Special case for glBlendFunc(GL_ZERO, GL_ONE).
81 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE);
97 * Special case for glBlendFunc(GL_ONE, GL_ZERO)
106 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_ONE);
242 * Add src and dest: glBlendFunc(GL_ONE, GL_ONE).
253 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_ONE);
254 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE);
507 case GL_ONE
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blend.c 33 * Celestia uses glBlendFunc(GL_SRC_ALPHA, GL_ONE), for example.
68 * Special case for glBlendFunc(GL_ZERO, GL_ONE).
81 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE);
97 * Special case for glBlendFunc(GL_ONE, GL_ZERO)
106 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_ONE);
242 * Add src and dest: glBlendFunc(GL_ONE, GL_ONE).
253 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_ONE);
254 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE);
507 case GL_ONE
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 36 case GL_ONE:
nv04_state_raster.c 90 case GL_ONE:
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 36 case GL_ONE:
nv04_state_raster.c 90 case GL_ONE:
  /frameworks/native/cmds/flatland/
Composers.cpp 219 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
266 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 74 gl.glBlendFunc(GL10.GL_ONE, GL10.GL_ONE_MINUS_SRC_ALPHA);

Completed in 692 milliseconds

1 2 3 4 5 6 7 8