Searched defs:glBlendColor (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.hpp | 52 void (*glBlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); member in LibGLESv2exports
|
D | entry_points.cpp | 73 GL_APICALL void GL_APIENTRY glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alph… in glBlendColor() function
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 339 void ContextWrapper::glBlendColor (float red, float green, float blue, float alpha) in glBlendColor() function in sglr::ContextWrapper
|
/external/deqp/framework/opengl/wrapper/ |
D | glwApi.inl | 37 #define glBlendColor glwBlendColor macro
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 136 #define glBlendColor MANGLE(BlendColor) macro
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 240 GLW_APICALL void GLW_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) function
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 224 void CallLogWrapper::glBlendColor (glw::GLfloat red, glw::GLfloat green, glw::GLfloat blue, glw::GL… function in CallLogWrapper
|