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

1 2 3

  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 33 #define glBlendEquation glBlendEquationOES
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 319 void ContextWrapper::glBlendEquation (deUint32 mode)
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 125 void glBlendEquation(
  /external/swiftshader/src/OpenGL/libGLESv2/
entry_points.cpp 283 GL_APICALL void GL_APIENTRY glBlendEquation(GLenum mode)
    [all...]
libGLESv2.hpp 53 void (*glBlendEquation)(GLenum mode);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java     [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 21 glBlendEquation_client_proc_t glBlendEquation;
gl2_entry.cpp 16 void glBlendEquation(GLenum mode);
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 34 #define glBlendEquation glBlendEquationOES
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES20.java 394 // C function void glBlendEquation ( GLenum mode )
396 public static native void glBlendEquation(
    [all...]
GLErrorWrapper.java     [all...]
GLLogWrapper.java     [all...]
  /external/swiftshader/src/OpenGL/libGL/
libGL.cpp 386 void APIENTRY glBlendEquation(GLenum mode)
    [all...]
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 55 #define glBlendEquation wrap_glBlendEquation
    [all...]
gles_undefine.h 55 #undef glBlendEquation
  /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 46 glBlendEquation(15, 15),
643 case 15: return glBlendEquation;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 125 #define glBlendEquation MANGLE(BlendEquation)
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 142 #define glBlendEquation MANGLE(BlendEquation)
    [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 865 milliseconds

1 2 3