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

1 2 3 4 5 6 7 8 9

  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES10RenderEngine.cpp 52 glBlendFunc(premultipliedAlpha ? GL_ONE : GL_SRC_ALPHA,
GLES11RenderEngine.cpp 132 glBlendFunc(premultipliedAlpha ? GL_ONE : GL_SRC_ALPHA,
146 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
GLES20RenderEngine.cpp 101 glBlendFunc(premultipliedAlpha ? GL_ONE : GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
118 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
  /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,
  /external/chromium_org/gpu/tools/compositor_model_bench/
forward_render_model.cc 52 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  /cts/suite/pts/deviceTests/opengl/jni/primitive/pixeloutput/
PixelOutputRenderer.cpp 108 glBlendFunc(GL_ONE, GL_ONE);
  /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 219 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
266 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/chromium_org/webkit/common/gpu/
gl_bindings_skia_cmd_buffer.cc 28 interface->fBlendFunc = 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);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 62 LOAD_GL_FUNC(glBlendFunc);
  /cts/suite/pts/deviceTests/opengl/jni/reference/scene/flocking/
FlockingScene.cpp 189 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/chromium_org/third_party/angle_dx11/samples/gles2_book/ParticleSystem/
ParticleSystem.c 245 glBlendFunc ( GL_SRC_ALPHA, GL_ONE );
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 36 interface->fBlendFunc = glBlendFunc;
  /external/chromium_org/third_party/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 27 interface->fBlendFunc = glBlendFunc;

Completed in 280 milliseconds

1 2 3 4 5 6 7 8 9