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

1 2 3 4 5

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 11 {"glAlphaFunc", (void*)glAlphaFunc},
gl_client_context.h 11 glAlphaFunc_client_proc_t glAlphaFunc;
gl_client_context.cpp 13 glAlphaFunc = (glAlphaFunc_client_proc_t) getProc("glAlphaFunc", userData);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 20 {"glAlphaFunc", (void *)glAlphaFunc},
gles_dispatch.h 23 glAlphaFunc_t glAlphaFunc;
295 glAlphaFunc_t set_glAlphaFunc(glAlphaFunc_t f) { glAlphaFunc_t retval = glAlphaFunc; glAlphaFunc = f; return retval;}
    [all...]
gles.cpp 56 void glAlphaFunc(GLenum func, GLclampf ref)
58 getDispatch()->glAlphaFunc(func, ref);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 677 &glAlphaFunc,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 85 public void glAlphaFunc(int func, float ref) {
86 mgl.glAlphaFunc(func, ref);
  /frameworks/native/opengl/libs/GLES_trace/proto/
gltrace.proto 29 glAlphaFunc = 1;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 2 void glAlphaFunc ( GLenum func, GLclampf ref )
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 279 // C function void glAlphaFunc ( GLenum func, GLclampf ref )
281 public static native void glAlphaFunc(
    [all...]
GLErrorWrapper.java 76 public void glAlphaFunc(int func, float ref) {
78 mgl.glAlphaFunc(func, ref);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 265 void glAlphaFunc(
  /frameworks/native/opengl/libagl/
state.cpp 249 void glAlphaFunc(GLenum func, GLclampf ref)
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 61 public void glAlphaFunc(int func, float ref) {
62 ((GL10)mGL).glAlphaFunc(func, ref);
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /development/ndk/platforms/android-4/include/GLES/
gl.h 593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 266 glAlphaFunc(GL_GREATER, state.getAlphaFallOff());
    [all...]
  /external/mesa3d/include/GLES/
gl.h 593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 93 // C function void glAlphaFunc ( GLenum func, GLclampf ref )
95 public native void glAlphaFunc(
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
    [all...]
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 474 GLAPI void APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 592 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 592 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 592 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
    [all...]

Completed in 368 milliseconds

1 2 3 4 5