Home
last modified time | relevance | path

Searched defs:BlendColor (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Ddd.h533 void (*BlendColor)(struct gl_context *ctx, const GLfloat color[4]); member
Dmtypes.h439 GLfloat BlendColor[4]; /**< Blending color */ member
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.cpp396 void BlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in BlendColor() function
/external/libmojo/mojo/gpu/
Dmojo_gles2_impl_autogen.cc66 void MojoGLES2Impl::BlendColor(GLclampf red, in BlendColor() function in mojo::MojoGLES2Impl