Home
last modified time | relevance | path

Searched defs:blendEquationSeparate (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js136 'blendEquationSeparate': {2: { 0:true, 1:true }}, property
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp560 void GLContext::blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) in blendEquationSeparate() function in sglr::GLContext
DsglrReferenceContext.cpp2922 void ReferenceContext::blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) in blendEquationSeparate() function in sglr::ReferenceContext
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h156 PFNGLBLENDEQUATIONSEPARATEPROC blendEquationSeparate = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl39 glBlendEquationSeparateFunc blendEquationSeparate; variable
/external/angle/src/libANGLE/
DContext.cpp5320 void Context::blendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) in blendEquationSeparate() function in gl::Context