Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrContextWrapper.cpp339 void ContextWrapper::glBlendColor (float red, float green, float blue, float alpha) in glBlendColor() function in sglr::ContextWrapper
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
Dtrace_gles_loader_autogen.h113 #define glBlendColor t_glBlendColor macro
/third_party/skia/third_party/externals/angle2/util/
Dgles_loader_autogen.h113 #define glBlendColor l_glBlendColor macro
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwApi.inl37 #define glBlendColor glwBlendColor macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp73 GL_APICALL void GL_APIENTRY glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alph… in glBlendColor() function
/third_party/glfw/deps/glad/
Dglad.h2693 #define glBlendColor glad_glBlendColor macro
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
DlibGLESv2_autogen.cpp59 void GL_APIENTRY glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glBlendColor() function
/third_party/skia/third_party/externals/angle2/src/libGL/
DlibGL_autogen.cpp2131 void GL_APIENTRY glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glBlendColor() function
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextFuncs.inl240 GLW_APICALL void GLW_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) function
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl224 void CallLogWrapper::glBlendColor (glw::GLfloat red, glw::GLfloat green, glw::GLfloat blue, glw::GL… function in CallLogWrapper