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

12 3 4 5 6 7 8 9

  /external/chromium_org/third_party/skia/src/views/sdl/
SkOSWindow_SDL.cpp 76 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 36 interface->fBlendFunc = glBlendFunc;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 27 interface->fBlendFunc = glBlendFunc;
  /external/skia/src/views/sdl/
SkOSWindow_SDL.cpp 76 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 317 gl.glBlendFunc(GL10.GL_SRC_ALPHA, GL10.GL_ONE_MINUS_SRC_ALPHA);
MatrixTrackingGL.java 97 public void glBlendFunc(int sfactor, int dfactor) {
98 mgl.glBlendFunc(sfactor, dfactor);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 24 #define glBlendFunc GLES2_GET_FUN(BlendFunc)
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 53 interface->fBlendFunc = glBlendFunc;
  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcvideo.c 340 DEF(glBlendFunc),
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 53 interface->fBlendFunc = glBlendFunc;
  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 286 glBlendFunc(GL_ONE, GL_ONE);
  /frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 152 GLES20.glBlendFunc(GLES20.GL_SRC_ALPHA, GLES20.GL_ONE_MINUS_SRC_ALPHA);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 65 glBlendFunc_t glBlendFunc;
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java 616 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(GLES20.GL_ONE, GLES20.GL_ONE_MINUS_SRC_ALPHA)
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java 591 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);
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 21 glBlendFunc_client_proc_t glBlendFunc;
230 virtual glBlendFunc_client_proc_t set_glBlendFunc(glBlendFunc_client_proc_t f) { glBlendFunc_client_proc_t retval = glBlendFunc; glBlendFunc = f; return retval;}
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_context.c 678 &glBlendFunc,
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 678 &glBlendFunc,
  /frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java 246 GLES20.glBlendFunc(GLES20.GL_SRC_ALPHA, GLES20.GL_ONE_MINUS_SRC_ALPHA);
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 267 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderer.java 223 mGL.glBlendFunc(GL10.GL_SRC_ALPHA, GL10.GL_ONE);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 39 void (GLAPIENTRY *glBlendFunc) (GLenum sfactor, GLenum dfactor);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 404 glBlendFunc(GL_ZERO, GL_SRC_COLOR);
437 glBlendFunc(GL_ZERO, GL_SRC_COLOR);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 292 GLES20.glBlendFunc(GLES20.GL_ONE, GLES20.GL_ONE_MINUS_SRC_ALPHA);
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 45 glBlendFunc = 19;

Completed in 457 milliseconds

12 3 4 5 6 7 8 9