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

1 2 3

  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 58 LOAD_GL_FUNC(glAlphaFunc);
GLDispatch.h 35 void (GLAPIENTRY *glAlphaFunc) (GLenum func, GLclampf ref);
  /development/tools/emulator/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/quake/quake/src/WinQuake/
glquake.h 284 #define glAlphaFunc(...) do { glAlphaFunc(__VA_ARGS__); GLCHECK("glAlphaFunc");} while(0)
gl_vidandroid.cpp 204 glAlphaFunc(GL_GREATER, 0.666);
gl_vidlinux.cpp 322 glAlphaFunc(GL_GREATER, 0.666);
  /external/quake/quake/src/QW/client/
gl_vidandroid.c 161 glAlphaFunc(GL_GREATER, 0.666);
gl_vidlinux.c 313 glAlphaFunc(GL_GREATER, 0.666);
gl_vidlinux_svga.c 343 glAlphaFunc(GL_GREATER, 0.666);
gl_vidlinux_x11.c 537 glAlphaFunc(GL_GREATER, 0.666);
gl_vidlinuxglx.c 485 glAlphaFunc(GL_GREATER, 0.666);
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 23 glAlphaFunc_t 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/base/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/base/opengl/libagl/
state.cpp 248 void glAlphaFunc(GLenum func, GLclampf ref)
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 33 public void glAlphaFunc(
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 138 void (GLAPIENTRY *GLDispatch::glAlphaFunc)(GLenum,GLclampf) = NULL;
392 LOAD_GL_FUNC(glAlphaFunc);
  /development/ndk/platforms/android-4/include/GLES/
gl.h 592 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 118 static void (GLAPIENTRY *glAlphaFunc) (GLenum func, GLclampf ref);

Completed in 62 milliseconds

1 2 3