Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h410 PFNGLBLENDEQUATIONSEPARATEIPROC blendEquationSeparatei = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl40 glBlendEquationSeparateiFunc blendEquationSeparatei; variable
/external/angle/src/libANGLE/
DContext.cpp5325 void Context::blendEquationSeparatei(GLuint buf, GLenum modeRGB, GLenum modeAlpha) in blendEquationSeparatei() function in gl::Context