Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp259 ctx.glBlendFuncSeparatei(0, -1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in blend_func_separatei()
261 ctx.glBlendFuncSeparatei(0, GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in blend_func_separatei()
263 ctx.glBlendFuncSeparatei(0, GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR); in blend_func_separatei()
265 ctx.glBlendFuncSeparatei(0, GL_ZERO, GL_ONE, GL_SRC_COLOR, -1); in blend_func_separatei()
269 ctx.glBlendFuncSeparatei(-1, GL_ONE, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in blend_func_separatei()
271 ctx.glBlendFuncSeparatei(maxDrawBuffers, GL_ONE, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in blend_func_separatei()
Des31fIndexedStateQueryTests.cpp1137 gl.glBlendFuncSeparatei(ndx, blendFuncs[(ndx + 3) % DE_LENGTH_OF_ARRAY(blendFuncs)], in iterate()
1181 gl.glBlendFuncSeparatei(ndx, blendFuncs[(ndx + 3) % DE_LENGTH_OF_ARRAY(blendFuncs)], in iterate()
/external/deqp/framework/opengl/wrapper/
DglwInitES32Direct.inl32 gl->blendFuncSeparatei = &glBlendFuncSeparatei;
DglwInitES32.inl32 gl->blendFuncSeparatei = (glBlendFuncSeparateiFunc) loader->get("glBlendFuncSeparatei");
DglwInitGL40.inl31 gl->blendFuncSeparatei = (glBlendFuncSeparateiFunc) loader->get("glBlendFuncSeparatei");
DglwInitGL41.inl33 gl->blendFuncSeparatei = (glBlendFuncSeparateiFunc) loader->get("glBlendFuncSeparatei");
DglwInitGL42.inl34 gl->blendFuncSeparatei = (glBlendFuncSeparateiFunc) loader->get("glBlendFuncSeparatei");
DglwInitGL43.inl35 gl->blendFuncSeparatei = (glBlendFuncSeparateiFunc) loader->get("glBlendFuncSeparatei");
DglwInitGL44.inl41 gl->blendFuncSeparatei = (glBlendFuncSeparateiFunc) loader->get("glBlendFuncSeparatei");
DglwInitGL45.inl42 gl->blendFuncSeparatei = (glBlendFuncSeparateiFunc) loader->get("glBlendFuncSeparatei");
DglwApi.inl43 #define glBlendFuncSeparatei glwBlendFuncSeparatei macro
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl43 gl->blendFuncSeparatei = glBlendFuncSeparatei;
DtcuNullRenderContextFuncs.inl285 GLW_APICALL void GLW_APIENTRY glBlendFuncSeparatei (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenu… function
/external/mesa3d/include/GLES3/
Dgl32.h1785 GL_APICALL void GL_APIENTRY glBlendFuncSeparatei (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum …
/external/mesa3d/include/GL/
Dgl_mangle.h155 #define glBlendFuncSeparatei MANGLE(BlendFuncSeparatei) macro
Dglcorearb.h1852 GLAPI void APIENTRY glBlendFuncSeparatei (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha…
Dglext.h1799 GLAPI void APIENTRY glBlendFuncSeparatei (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha…
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl43 void glBlendFuncSeparatei (glw::GLuint buf, glw::GLenum srcRGB, glw::GLenum dstRGB, glw::…
DgluCallLogWrapper.inl266 void CallLogWrapper::glBlendFuncSeparatei (glw::GLuint buf, glw::GLenum srcRGB, glw::GLenum dstRGB,… function in CallLogWrapper
269 …m_log << TestLog::Message << "glBlendFuncSeparatei(" << buf << ", " << toHex(srcRGB) << ", " << to…
/external/swiftshader/include/GL/
Dglcorearb.h1833 GLAPI void APIENTRY glBlendFuncSeparatei (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha…
Dglext.h1780 GLAPI void APIENTRY glBlendFuncSeparatei (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha…