HomeSort by relevance Sort by last modified time
    Searched defs:glBlendFuncSeparate (Results 1 - 25 of 67) sorted by null

1 2 3

  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 35 #define glBlendFuncSeparate glBlendFuncSeparateOES
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 334 void ContextWrapper::glBlendFuncSeparate (deUint32 srcRGB, deUint32 dstRGB, deUint32 srcAlpha, deUint32 dstAlpha)
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 134 void glBlendFuncSeparate(
  /external/swiftshader/src/OpenGL/libGLESv2/
entry_points.cpp 298 GL_APICALL void GL_APIENTRY glBlendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
    [all...]
libGLESv2.hpp 56 void (*glBlendFuncSeparate)(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java     [all...]
GLLogWrapper.java     [all...]
GLES20.java 414 // C function void glBlendFuncSeparate ( GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha )
416 public static native void glBlendFuncSeparate(
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 24 glBlendFuncSeparate_client_proc_t glBlendFuncSeparate;
gl2_entry.cpp 19 void glBlendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 36 #define glBlendFuncSeparate glBlendFuncSeparateOES
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
libGL.cpp 434 glBlendFuncSeparate(sfactor, dfactor, sfactor, dfactor);
437 void APIENTRY glBlendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
    [all...]
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 66 #define glBlendFuncSeparate wrap_glBlendFuncSeparate
    [all...]
gles_undefine.h 66 #undef glBlendFuncSeparate
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 51 glBlendFuncSeparate(20, 20),
648 case 20: return glBlendFuncSeparate;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 141 #define glBlendFuncSeparate MANGLE(BlendFuncSeparate)
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 158 #define glBlendFuncSeparate MANGLE(BlendFuncSeparate)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 

Completed in 148 milliseconds

1 2 3