Home
last modified time | relevance | path

Searched refs:blendFunci (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedNegative.cpp82 gl.blendFunci(maxDrawBuffers, GL_ZERO, GL_SRC_COLOR); in iterate()
137 gl.blendFunci(0, GL_MIN, GL_ONE_MINUS_SRC_ALPHA); in iterate()
140 gl.blendFunci(0, GL_SRC_ALPHA, GL_MIN); in iterate()
H A DesextcDrawBuffersIndexedCoverage.cpp82 gl.blendFunci(i, GL_ZERO, GL_SRC_COLOR); in iterate()
H A DesextcDrawBuffersIndexedBase.cpp252 gl.blendFunci(idx, src, dst); in SetBlendFunci()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.cpp230 ASSIGN("glBlendFunciARB", blendFunci); in initProcsDesktopGL()
1658 ASSIGN("glBlendFunci", blendFunci); in initProcsDesktopGL()
2059 ASSIGN("glBlendFunciEXT", blendFunci); in initProcsGLES()
2272 ASSIGN("glBlendFunciOES", blendFunci); in initProcsGLES()
2720 ASSIGN("glBlendFunci", blendFunci); in initProcsGLES()
3107 blendFunci = &glBlendFunciNULL; in initProcsDesktopGLNULL()
4534 blendFunci = &glBlendFunciNULL; in initProcsDesktopGLNULL()
4934 blendFunci = &glBlendFunciNULL; in initProcsGLESNULL()
5147 blendFunci = &glBlendFunciNULL; in initProcsGLESNULL()
5595 blendFunci = &glBlendFunciNULL; in initProcsGLESNULL()
H A DDispatchTableGL_autogen.h413 PFNGLBLENDFUNCIPROC blendFunci = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwInitExtES.inl85 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunciEXT");
H A DglwInitES32Direct.inl33 gl->blendFunci = &glBlendFunci;
H A DglwFunctions.inl45 glBlendFunciFunc blendFunci; variable
H A DglwInitES32.inl33 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
H A DglwInitGL40.inl32 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
H A DglwInitGL42.inl35 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
H A DglwInitGL41.inl34 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
H A DglwInitGL44.inl42 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
H A DglwInitGL43.inl36 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
H A DglwInitGL45.inl43 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
H A DglwInitGL46.inl43 gl->blendFunci = (glBlendFunciFunc) loader->get("glBlendFunci");
H A DglwImpl.inl324 gl->blendFunci(buf, src, dst);
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluStateReset.cpp344 gl.blendFunci(drawBufferNdx, GL_ONE, GL_ZERO); in resetStateES()
H A DgluCallLogWrapper.inl284 m_gl.blendFunci(buf, src, dst);
/aosp_15_r20/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl45 gl->blendFunci = glBlendFunci;
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fDrawBuffersIndexedTests.cpp280 gl.blendFunci(index, blendFunc.get<BlendFunc>().src, blendFunc.get<BlendFunc>().dst); in setIndexedBlendState()