Home
last modified time | relevance | path

Searched defs:blendEquationSeparatei (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h410 PFNGLBLENDEQUATIONSEPARATEIPROC blendEquationSeparatei = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl40 glBlendEquationSeparateiFunc blendEquationSeparatei; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp5420 void Context::blendEquationSeparatei(GLuint buf, GLenum modeRGB, GLenum modeAlpha) in blendEquationSeparatei() function in gl::Context