Home
last modified time | relevance | path

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

/aosp_15_r20/external/autotest/client/deps/webgl_mpd/src/debug/
H A Dwebgl-debug.js134 'blendFuncSeparate': {4: { 0:true, 1:true, 2:true, 3:true }}, property
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp563 void GLContext::blendFuncSeparate(uint32_t srcRGB, uint32_t dstRGB, uint32_t srcAlpha, uint32_t dst… in blendFuncSeparate() function in sglr::GLContext
H A DsglrReferenceContext.cpp3137 void ReferenceContext::blendFuncSeparate(uint32_t srcRGB, uint32_t dstRGB, uint32_t srcAlpha, uint3… in blendFuncSeparate() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h124 PFNGLBLENDFUNCSEPARATEPROC blendFuncSeparate = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl43 glBlendFuncSeparateFunc blendFuncSeparate; variable