Home
last modified time | relevance | path

Searched refs:blendEquationSeparatei (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedNegative.cpp74 gl.blendEquationSeparatei(maxDrawBuffers, GL_MIN, GL_MIN); in iterate()
158 gl.blendEquationSeparatei(0, GL_SRC_ALPHA, GL_MIN); in iterate()
161 gl.blendEquationSeparatei(0, GL_MIN, GL_SRC_ALPHA); in iterate()
DesextcDrawBuffersIndexedCoverage.cpp81 gl.blendEquationSeparatei(i, GL_MAX, GL_FUNC_SUBTRACT); in iterate()
DesextcDrawBuffersIndexedBase.cpp241 gl.blendEquationSeparatei(idx, rgb, a); in SetBlendEquationSeparatei()
/external/angle/src/libANGLE/
DContext_gles_3_2_autogen.h15 void blendEquationSeparatei(GLuint buf, GLenum modeRGB, GLenum modeAlpha); \
DContext.cpp5325 void Context::blendEquationSeparatei(GLuint buf, GLenum modeRGB, GLenum modeAlpha) in blendEquationSeparatei() function in gl::Context
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp227 ASSIGN("glBlendEquationSeparateiARB", blendEquationSeparatei); in initProcsDesktopGL()
1592 ASSIGN("glBlendEquationSeparatei", blendEquationSeparatei); in initProcsDesktopGL()
1993 ASSIGN("glBlendEquationSeparateiEXT", blendEquationSeparatei); in initProcsGLES()
2163 ASSIGN("glBlendEquationSeparateiOES", blendEquationSeparatei); in initProcsGLES()
2605 ASSIGN("glBlendEquationSeparatei", blendEquationSeparatei); in initProcsGLES()
3015 blendEquationSeparatei = &glBlendEquationSeparateiNULL; in initProcsDesktopGLNULL()
4379 blendEquationSeparatei = &glBlendEquationSeparateiNULL; in initProcsDesktopGLNULL()
4779 blendEquationSeparatei = &glBlendEquationSeparateiNULL; in initProcsGLESNULL()
4949 blendEquationSeparatei = &glBlendEquationSeparateiNULL; in initProcsGLESNULL()
5391 blendEquationSeparatei = &glBlendEquationSeparateiNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h410 PFNGLBLENDEQUATIONSEPARATEIPROC blendEquationSeparatei = nullptr; variable
DStateManagerGL.cpp1384 mFunctions->blendEquationSeparatei( in setBlendEquations()
/external/deqp/framework/opengl/wrapper/
DglwInitExtES.inl82 …gl->blendEquationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationSeparateiE…
DglwInitES32Direct.inl28 gl->blendEquationSeparatei = &glBlendEquationSeparatei;
DglwFunctions.inl40 glBlendEquationSeparateiFunc blendEquationSeparatei; variable
DglwInitES32.inl28 gl->blendEquationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationSepar…
DglwInitGL40.inl27 gl->blendEquationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationSepar…
DglwInitGL41.inl29 gl->blendEquationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationSepar…
DglwInitGL42.inl30 gl->blendEquationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationS…
DglwInitGL44.inl37 gl->blendEquationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationS…
DglwInitGL43.inl31 gl->blendEquationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationS…
DglwInitGL45.inl38 gl->blendEquationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationS…
DglwInitGL46.inl38 gl->blendEquationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationS…
/external/angle/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp60 context->blendEquationSeparatei(buf, modeRGB, modeAlpha); in GL_BlendEquationSeparatei()
Dentry_points_gles_ext_autogen.cpp4362 context->blendEquationSeparatei(buf, modeRGB, modeAlpha); in GL_BlendEquationSeparateiEXT()
8321 context->blendEquationSeparatei(buf, modeRGB, modeAlpha); in GL_BlendEquationSeparateiOES()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl40 gl->blendEquationSeparatei = glBlendEquationSeparatei;
/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp260 …gl.blendEquationSeparatei(index, blendEq.get<SeparateBlendEq>().rgb, blendEq.get<SeparateBlendEq>(… in setIndexedBlendState()
/external/angle/src/libANGLE/capture/
Dframe_capture_replay_autogen.cpp186 context->blendEquationSeparatei( in ReplayCall()
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp95 context->blendEquationSeparatei(buf, modeRGB, modeAlpha); in GL_BlendEquationSeparatei()

12