Searched refs:glBlendFunc (Results 1 – 5 of 5) sorted by relevance
97 gl.glBlendFunc(GL11.GL_ONE, GL11.GL_ONE); in render()121 gl.glBlendFunc(GL11.GL_ONE, GL11.GL_ONE_MINUS_SRC_ALPHA); in render()
558 gl.glBlendFunc(GL11.GL_ONE, GL11.GL_ONE_MINUS_SRC_ALPHA); in GLState()
65 public void glBlendFunc(int sfactor, int dfactor) { in glBlendFunc() method in GLMock
48 public void glBlendFunc( in glBlendFunc() method in GLStub
222 mGL.glBlendFunc(GL10.GL_SRC_ALPHA, GL10.GL_ONE); in run()