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

  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 122 driver->BlendEquationSeparate = NULL;
227 ctx->Driver.BlendEquationSeparate(ctx,
  /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);
dd.h 443 void (*BlendEquationSeparate)(struct gl_context *ctx, GLenum modeRGB, GLenum modeA);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 518 ctx->Driver.BlendEquationSeparate = nouveau_blend_equation_separate;
  /external/swiftshader/src/OpenGL/libGLESv2/
main.cpp 163 void BlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha);
419 return es2::BlendEquationSeparate(modeRGB, modeAlpha);
    [all...]
libGLESv2.cpp 414 void BlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c     [all...]
i915_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c     [all...]
  /external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.h 49 void BlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) override;
    [all...]
mojo_gles2_impl_autogen.cc 77 void MojoGLES2Impl::BlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 131 #define glBlendEquationSeparate MANGLE(BlendEquationSeparate)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 122 #define glBlendEquationSeparate MANGLE(BlendEquationSeparate)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 131 #define glBlendEquationSeparate MANGLE(BlendEquationSeparate)
    [all...]

Completed in 214 milliseconds