Searched refs:glBlendFuncSeparatei (Results 1 - 14 of 14) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp259 ctx.glBlendFuncSeparatei(0, -1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
261 ctx.glBlendFuncSeparatei(0, GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
263 ctx.glBlendFuncSeparatei(0, GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR);
265 ctx.glBlendFuncSeparatei(0, GL_ZERO, GL_ONE, GL_SRC_COLOR, -1);
269 ctx.glBlendFuncSeparatei(-1, GL_ONE, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
271 ctx.glBlendFuncSeparatei(maxDrawBuffers, GL_ONE, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
492 {blend_func_separatei, "blend_func_separatei", "Invalid glBlendFuncSeparatei() usage" },
H A Des31fIndexedStateQueryTests.cpp1137 gl.glBlendFuncSeparatei(ndx, blendFuncs[(ndx + 3) % DE_LENGTH_OF_ARRAY(blendFuncs)],
1181 gl.glBlendFuncSeparatei(ndx, blendFuncs[(ndx + 3) % DE_LENGTH_OF_ARRAY(blendFuncs)],
/external/deqp/framework/opengl/wrapper/
H A DglwInitES32Direct.inl32 gl->blendFuncSeparatei = &glBlendFuncSeparatei;
H A DglwApi.inl44 #define glBlendFuncSeparatei glwBlendFuncSeparatei
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl44 gl->blendFuncSeparatei = glBlendFuncSeparatei;
H A DtcuNullRenderContextFuncs.inl293 GLW_APICALL void GLW_APIENTRY glBlendFuncSeparatei (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
/external/mesa3d/include/GL/
H A Dgl_mangle.h155 #define glBlendFuncSeparatei MANGLE(BlendFuncSeparatei) macro
H A Dglcorearb.h1852 GLAPI void APIENTRY glBlendFuncSeparatei (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
H A Dglext.h1799 GLAPI void APIENTRY glBlendFuncSeparatei (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
/external/mesa3d/include/GLES3/
H A Dgl32.h1785 GL_APICALL void GL_APIENTRY glBlendFuncSeparatei (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
/external/deqp/framework/opengl/
H A DgluCallLogWrapperApi.inl44 void glBlendFuncSeparatei (glw::GLuint buf, glw::GLenum srcRGB, glw::GLenum dstRGB, glw::GLenum srcAlpha, glw::GLenum dstAlpha);
H A DgluCallLogWrapper.inl273 void CallLogWrapper::glBlendFuncSeparatei (glw::GLuint buf, glw::GLenum srcRGB, glw::GLenum dstRGB, glw::GLenum srcAlpha, glw::GLenum dstAlpha)
276 m_log << TestLog::Message << "glBlendFuncSeparatei(" << buf << ", " << toHex(srcRGB) << ", " << toHex(dstRGB) << ", " << toHex(srcAlpha) << ", " << toHex(dstAlpha) << ");" << TestLog::EndMessage;
/external/swiftshader/include/GL/
H A Dglcorearb.h1852 GLAPI void APIENTRY glBlendFuncSeparatei (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
H A Dglext.h1799 GLAPI void APIENTRY glBlendFuncSeparatei (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);

Completed in 367 milliseconds