Searched refs:glBlendFunc (Results 1 - 25 of 38) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestdyngl.c64 void(APIENTRY*glBlendFunc)(GLenum,GLenum); member in struct:__anon10737
86 f->glBlendFunc=get_funcaddr("glBlendFunc");
158 f.glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Dtestgl.c132 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
/external/chromium/webkit/glue/
H A Dgl_bindings_skia_cmd_buffer.cc26 glBlendFunc,
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglGL1Renderer.java354 glBlendFunc(GL_ONE, GL_ONE);
357 glBlendFunc(GL_SRC_ALPHA, GL_ONE);
360 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_COLOR);
363 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
366 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
369 glBlendFunc(GL_DST_COLOR, GL_ZERO);
372 glBlendFunc(GL_DST_COLOR, GL_SRC_COLOR);
H A DLwjglRenderer.java591 glBlendFunc(GL_ONE, GL_ONE);
594 glBlendFunc(GL_SRC_ALPHA, GL_ONE);
597 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_COLOR);
600 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
603 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
606 glBlendFunc(GL_DST_COLOR, GL_ZERO);
609 glBlendFunc(GL_DST_COLOR, GL_SRC_COLOR);
/external/replicaisland/src/com/replica/replicaisland/
H A DDrawableBitmap.java74 gl.glBlendFunc(GL10.GL_ONE, GL10.GL_ONE_MINUS_SRC_ALPHA);
/external/skia/src/gpu/android/
H A DGrGLCreateNativeInterface_android.cpp28 interface->fBlendFunc = glBlendFunc;
/external/quake/quake/src/QW/client/
H A Dgl_rlight.c158 glBlendFunc (GL_ONE, GL_ONE);
171 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Dgl_vidandroid.c174 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Dgl_vidlinux.c323 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Dgl_vidlinux_svga.c353 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Dgl_rsurf.c382 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
388 glBlendFunc (GL_ZERO, GL_ONE_MINUS_SRC_COLOR);
700 glBlendFunc (GL_ZERO, GL_ONE_MINUS_SRC_COLOR);
705 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
769 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Dgl_vidlinux_x11.c547 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
/external/quake/quake/src/WinQuake/
H A Dgl_rlight.cpp161 glBlendFunc (GL_ONE, GL_ONE);
174 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Dglquake.h326 #define glBlendFunc(...) do { glBlendFunc(__VA_ARGS__); GLCHECK("glBlendFunc");} while(0) macro
H A Dgl_vidandroid.cpp221 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Dgl_vidlinux.cpp332 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
H A Dgl_rsurf.cpp378 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
384 glBlendFunc (GL_ZERO, GL_ONE_MINUS_SRC_COLOR);
776 glBlendFunc (GL_ZERO, GL_ONE_MINUS_SRC_COLOR);
781 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
839 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
/external/skia/src/gpu/ios/
H A DGrGLDefaultInterface_iOS.cpp27 interface->fBlendFunc = glBlendFunc;
/external/skia/src/gpu/unix/
H A DGrGLCreateNativeInterface_unix.cpp43 interface->fBlendFunc = glBlendFunc;
/external/skia/src/gpu/win/
H A DGrGLCreateNativeInterface_win.cpp43 interface->fBlendFunc = glBlendFunc;
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
H A DSDL_dcvideo.c340 DEF(glBlendFunc),
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
H A DOGLESShaderRenderer.java616 logger.info("GLES20.glBlendFunc(GLES20.GL_ONE, GLES20.GL_ONE)");
618 GLES20.glBlendFunc(GLES20.GL_ONE, GLES20.GL_ONE);
622 logger.info("GLES20.glBlendFunc(GLES20.GL_SRC_ALPHA, GLES20.GL_ONE)");
624 GLES20.glBlendFunc(GLES20.GL_SRC_ALPHA, GLES20.GL_ONE);
628 logger.info("GLES20.glBlendFunc(GLES20.GL_ONE, GLES20.GL_ONE_MINUS_SRC_COLOR)");
630 GLES20.glBlendFunc(GLES20.GL_ONE, GLES20.GL_ONE_MINUS_SRC_COLOR);
634 logger.info("GLES20.glBlendFunc(GLES20.GL_SRC_ALPHA, GLES20.GL_ONE_MINUS_SRC_ALPHA)");
636 GLES20.glBlendFunc(GLES20.GL_SRC_ALPHA, GLES20.GL_ONE_MINUS_SRC_ALPHA);
640 logger.info("GLES20.glBlendFunc(GLES20.GL_ONE, GLES20.GL_ONE_MINUS_SRC_ALPHA)");
642 GLES20.glBlendFunc(GLES2
[all...]
/external/skia/src/gpu/mac/
H A DGrGLCreateNativeInterface_mac.cpp56 interface->fBlendFunc = glBlendFunc;
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DTextureMapperGL.cpp430 GL_CMD(glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA))
645 GL_CMD(glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA))

Completed in 112 milliseconds

12