HomeSort by relevance Sort by last modified time
    Searched full:blendequationseparate (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_0_autogen.h 29 EXPECT_CALL(*gl_, BlendEquationSeparate(GL_FUNC_ADD, GL_FUNC_ADD))
gles2_cmd_decoder_unittest_1_autogen.h 203 EXPECT_CALL(*gl_, BlendEquationSeparate(GL_FUNC_SUBTRACT, GL_FUNC_ADD));
204 SpecializedSetup<cmds::BlendEquationSeparate, 0>(true);
205 cmds::BlendEquationSeparate cmd;
212 EXPECT_CALL(*gl_, BlendEquationSeparate(_, _)).Times(0);
213 SpecializedSetup<cmds::BlendEquationSeparate, 0>(false);
214 cmds::BlendEquationSeparate cmd;
221 EXPECT_CALL(*gl_, BlendEquationSeparate(_, _)).Times(0);
222 SpecializedSetup<cmds::BlendEquationSeparate, 0>(false);
223 cmds::BlendEquationSeparate cmd;
230 EXPECT_CALL(*gl_, BlendEquationSeparate(_, _)).Times(0)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gles_api.py 296 "BlendEquationSeparate",
  /external/mesa3d/src/mapi/glapi/gen/
gles_api.py 296 "BlendEquationSeparate",
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
driverfuncs.c 122 driver->BlendEquationSeparate = NULL;
227 ctx->Driver.BlendEquationSeparate(ctx,
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 122 driver->BlendEquationSeparate = NULL;
227 ctx->Driver.BlendEquationSeparate(ctx,
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 23 #define glBlendEquationSeparate GLES2_GET_FUN(BlendEquationSeparate)
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 23 OP(BlendEquationSeparate) /* 266 */ \
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
blend.c 381 if (ctx->Driver.BlendEquationSeparate)
382 (*ctx->Driver.BlendEquationSeparate)( ctx, mode, mode );
474 if (ctx->Driver.BlendEquationSeparate)
475 ctx->Driver.BlendEquationSeparate(ctx, modeRGB, modeA);
  /external/mesa3d/src/mesa/main/
blend.c 381 if (ctx->Driver.BlendEquationSeparate)
382 (*ctx->Driver.BlendEquationSeparate)( ctx, mode, mode );
474 if (ctx->Driver.BlendEquationSeparate)
475 ctx->Driver.BlendEquationSeparate(ctx, modeRGB, modeA);
  /external/chromium_org/gpu/command_buffer/client/
gles2_trace_implementation_impl_autogen.h 62 void GLES2TraceImplementation::BlendEquationSeparate(
64 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::BlendEquationSeparate");
65 gl_->BlendEquationSeparate(modeRGB, modeAlpha);
    [all...]
gles2_implementation_unittest_autogen.h 91 TEST_F(GLES2ImplementationTest, BlendEquationSeparate) {
93 cmds::BlendEquationSeparate cmd;
98 gl_->BlendEquationSeparate(GL_FUNC_SUBTRACT, GL_FUNC_ADD);
    [all...]
gles2_implementation_autogen.h 34 virtual void BlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) OVERRIDE;
gles2_interface_autogen.h 25 virtual void BlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) = 0;
gles2_interface_stub_autogen.h 24 virtual void BlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) OVERRIDE;
gles2_interface_stub_impl_autogen.h 38 void GLES2InterfaceStub::BlendEquationSeparate(
gles2_trace_implementation_autogen.h 24 virtual void BlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) OVERRIDE;
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 96 void BlendEquationSeparate(
100 ToGles2Impl(&enter)->BlendEquationSeparate(modeRGB, modeAlpha);
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 53 void (*BlendEquationSeparate)(
  /external/chromium_org/third_party/WebKit/Source/web/tests/
MockWebGraphicsContext3D.h 79 virtual void blendEquationSeparate(WGC3Denum modeRGB, WGC3Denum modeAlpha) { }
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_state.c 518 ctx->Driver.BlendEquationSeparate = nouveau_blend_equation_separate;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 518 ctx->Driver.BlendEquationSeparate = nouveau_blend_equation_separate;
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 89 /* BlendEquationSeparate */
499 #define glBlendEquationSeparate GLES2_GET_FUN(BlendEquationSeparate)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.idl 90 /* BlendEquationSeparate */
472 [StrictTypeChecking] void blendEquationSeparate(GLenum modeRGB, GLenum modeAlpha);
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 472 DELEGATE_TO_GL_2(blendEquationSeparate, BlendEquationSeparate,
    [all...]

Completed in 238 milliseconds

1 2 3 4 5