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

1 2 3 4 5 6 7

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_0_autogen.h 31 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 25 #define glBlendEquationSeparate GLES2_GET_FUN(BlendEquationSeparate)
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 24 OP(BlendEquationSeparate) /* 265 */ \
  /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/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 13 gl->blendEquationSeparate = &glBlendEquationSeparate;
glwFunctions.inl 109 glBlendEquationSeparateFunc blendEquationSeparate;
glwInitES20.inl 13 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate");
glwInitES30Direct.inl 13 gl->blendEquationSeparate = &glBlendEquationSeparate;
  /external/deqp/modules/gles2/performance/
es2pBlendTests.cpp 117 gl.blendEquationSeparate(m_modeRGB, m_modeAlpha);
  /external/deqp/modules/gles3/performance/
es3pBlendTests.cpp 120 gl.blendEquationSeparate(m_modeRGB, m_modeAlpha);
  /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/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 13 dst->blendEquationSeparate = src.blendEquationSeparate;
  /external/chromium_org/gpu/command_buffer/client/
gles2_trace_implementation_impl_autogen.h 67 void GLES2TraceImplementation::BlendEquationSeparate(GLenum modeRGB,
69 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::BlendEquationSeparate");
70 gl_->BlendEquationSeparate(modeRGB, modeAlpha);
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 104 void BlendEquationSeparate(PP_Resource context_id,
109 ToGles2Impl(&enter)->BlendEquationSeparate(modeRGB, modeAlpha);
    [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 41 VISIT_GL_CALL(BlendEquationSeparate,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 77 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/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 326 m_curCtx->blendEquationSeparate(modeRGB, modeAlpha);
sglrGLContext.hpp 139 virtual void blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 518 ctx->Driver.BlendEquationSeparate = nouveau_blend_equation_separate;

Completed in 644 milliseconds

1 2 3 4 5 6 7