Home
last modified time | relevance | path

Searched refs:glBlendEquationSeparatei (Results 1 – 25 of 32) sorted by relevance

12

/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp189 ctx.glBlendEquationSeparatei(0, -1, GL_FUNC_ADD); in blend_equation_separatei()
193 ctx.glBlendEquationSeparatei(0, GL_FUNC_ADD, -1); in blend_equation_separatei()
197 ctx.glBlendEquationSeparatei(-1, GL_FUNC_ADD, GL_FUNC_ADD); in blend_equation_separatei()
199 ctx.glBlendEquationSeparatei(maxDrawBuffers, GL_FUNC_ADD, GL_FUNC_ADD); in blend_equation_separatei()
Des31fIndexedStateQueryTests.cpp1295 …gl.glBlendEquationSeparatei(ndx, blendEquations[ndx % DE_LENGTH_OF_ARRAY(blendEquations)], blendEq… in iterate()
1321 …gl.glBlendEquationSeparatei(ndx, blendEquations[ndx % DE_LENGTH_OF_ARRAY(blendEquations)], blendEq… in iterate()
1440 …gl.glBlendEquationSeparatei(ndx, blendEquations[ndx % DE_LENGTH_OF_ARRAY(blendEquations)], blendEq… in iterate()
/external/mesa3d/src/mapi/es2api/
Dgles2-symbols.txt25 glBlendEquationSeparatei
/external/deqp/framework/egl/
DegluStaticES32Library.inl28 { "glBlendEquationSeparatei", (deFunctionPtr)glBlendEquationSeparatei },
/external/deqp/framework/opengl/wrapper/
DglwInitES32Direct.inl28 gl->blendEquationSeparatei = &glBlendEquationSeparatei;
DglwInitES32.inl28 …ndEquationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationSeparatei");
DglwInitGL40.inl27 …ndEquationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationSeparatei");
DglwInitGL42.inl30 …uationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationSeparatei");
DglwInitGL41.inl29 …ndEquationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationSeparatei");
DglwInitGL43.inl31 …uationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationSeparatei");
DglwInitGL44.inl37 …uationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationSeparatei");
DglwInitGL45.inl38 …uationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationSeparatei");
DglwInitGL46.inl38 …uationSeparatei = (glBlendEquationSeparateiFunc) loader->get("glBlendEquationSeparatei");
DglwApi.inl40 #define glBlendEquationSeparatei glwBlendEquationSeparatei macro
/external/angle/src/libGL/
DlibGL_autogen.def761 glBlendEquationSeparatei
DlibGL_autogen.cpp4059 void GL_APIENTRY glBlendEquationSeparatei(GLuint buf, GLenum modeRGB, GLenum modeAlpha) in glBlendEquationSeparatei() function
/external/angle/src/libGLESv2/
DlibGLESv2_no_capture_autogen.def332 glBlendEquationSeparatei
DlibGLESv2_with_capture_autogen.def332 glBlendEquationSeparatei
DlibGLESv2_autogen.def332 glBlendEquationSeparatei
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl40 gl->blendEquationSeparatei = glBlendEquationSeparatei;
DtcuNullRenderContextFuncs.inl262 GLW_APICALL void GLW_APIENTRY glBlendEquationSeparatei (GLuint buf, GLenum modeRGB, GLenum modeAlph… function
/external/mesa3d/include/GLES3/
Dgl32.h1792 GL_APICALL void GL_APIENTRY glBlendEquationSeparatei (GLuint buf, GLenum modeRGB, GLenum modeAlpha);
/external/angle/include/GLES3/
Dgl32.h1794 GL_APICALL void GL_APIENTRY glBlendEquationSeparatei (GLuint buf, GLenum modeRGB, GLenum modeAlpha);
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl40 void glBlendEquationSeparatei (glw::GLuint buf, glw::GLenum modeRGB, glw::GLenum modeAlph…
DgluCallLogWrapper.inl245 void CallLogWrapper::glBlendEquationSeparatei (glw::GLuint buf, glw::GLenum modeRGB, glw::GLenum mo… function in CallLogWrapper
248 …m_log << TestLog::Message << "glBlendEquationSeparatei(" << buf << ", " << getBlendEquationStr(mod…

12