Home
last modified time | relevance | path

Searched defs:glBlendColor (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.hpp52 void (*glBlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); member in LibGLESv2exports
Dentry_points.cpp73 GL_APICALL void GL_APIENTRY glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alph… in glBlendColor() function
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp339 void ContextWrapper::glBlendColor (float red, float green, float blue, float alpha) in glBlendColor() function in sglr::ContextWrapper
/external/deqp/framework/opengl/wrapper/
DglwApi.inl37 #define glBlendColor glwBlendColor macro
/external/mesa3d/include/GL/
Dgl_mangle.h136 #define glBlendColor MANGLE(BlendColor) macro
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl240 GLW_APICALL void GLW_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) function
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl224 void CallLogWrapper::glBlendColor (glw::GLfloat red, glw::GLfloat green, glw::GLfloat blue, glw::GL… function in CallLogWrapper