HomeSort by relevance Sort by last modified time
    Searched refs:glBlendFunc (Results 1 - 25 of 178) sorted by null

1 2 3 4 5 6 7 8

  /external/qemu/distrib/sdl-1.2.15/test/
testdyngl.c 64 void(APIENTRY*glBlendFunc)(GLenum,GLenum);
86 f->glBlendFunc=get_funcaddr("glBlendFunc");
158 f.glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.cc 26 glBlendFunc,
  /frameworks/native/services/surfaceflinger/
LayerDim.cpp 57 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 80 FNDEF(void, glBlendFunc, (GLenum sfactor, GLenum dfactor));
132 #define glBlendFunc FNPTR(glBlendFunc)
importgl.c 123 IMPORT_FUNC(glBlendFunc);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 21 {"glBlendFunc", (void*)glBlendFunc},
  /frameworks/native/cmds/flatland/
Composers.cpp 216 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
263 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 354 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);
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 53 {"glBlendFunc", (void*)glBlendFunc},
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 62 {"glBlendFunc", (void *)glBlendFunc},
  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 74 gl.glBlendFunc(GL10.GL_ONE, GL10.GL_ONE_MINUS_SRC_ALPHA);
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 74 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  /frameworks/rs/driver/
rsdProgramStore.cpp 166 RSD_CALL_GL(glBlendFunc, drv->blendSrc, drv->blendDst);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
GLMock.java 33 // glBlendFunc
67 public void glBlendFunc(int sfactor, int dfactor) {
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 62 LOAD_GL_FUNC(glBlendFunc);
  /external/quake/quake/src/QW/client/
gl_rlight.c 158 glBlendFunc (GL_ONE, GL_ONE);
171 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
gl_vidandroid.c 174 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
gl_vidlinux.c 323 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
gl_vidlinux_svga.c 353 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  /external/quake/quake/src/WinQuake/
gl_rlight.cpp 161 glBlendFunc (GL_ONE, GL_ONE);
174 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
glquake.h 326 #define glBlendFunc(...) do { glBlendFunc(__VA_ARGS__); GLCHECK("glBlendFunc");} while(0)
gl_vidandroid.cpp 221 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
SurfaceTextureRenderer.java 161 GLES20.glBlendFunc(GLES20.GL_SRC_ALPHA, GLES20.GL_ONE_MINUS_SRC_ALPHA);
  /development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 140 GLES20.glBlendFunc(GLES20.GL_SRC_ALPHA, GLES20.GL_ONE_MINUS_SRC_ALPHA);
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 30 interface->fBlendFunc = glBlendFunc;

Completed in 353 milliseconds

1 2 3 4 5 6 7 8