Home
last modified time | relevance | path

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

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