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

1 2

  /frameworks/native/opengl/libagl/
state.cpp 251 glAlphaFuncx(func, gglFloatToFixed(ref));
554 void glAlphaFuncx(GLenum func, GLclampx ref) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 89 public void glAlphaFuncx(int func, int ref) {
90 mgl.glAlphaFuncx(func, ref);
  /external/quake/quake/src/WinQuake/
glquake.h 323 #define glAlphaFuncx(...) do { glAlphaFuncx(__VA_ARGS__); GLCHECK("glAlphaFuncx");} while(0)
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 66 public void glAlphaFuncx(int func, int ref) {
67 ((GL10)mGL).glAlphaFuncx(func, ref);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 100 // C function void glAlphaFuncx ( GLenum func, GLclampx ref )
102 public native void glAlphaFuncx(
    [all...]
  /gdk/samples/quake/jni/
glquake.h 323 #define glAlphaFuncx(...) do { glAlphaFuncx(__VA_ARGS__); GLCHECK("glAlphaFuncx");} while(0)
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 38 public void glAlphaFuncx(
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java 82 public void glAlphaFuncx(int func, int ref) {
84 mgl.glAlphaFuncx(func, ref);
    [all...]
GLLogWrapper.java     [all...]
GLES10.java 286 // C function void glAlphaFuncx ( GLenum func, GLclampx ref )
288 public static native void glAlphaFuncx(
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 282 GL_API void GL_APIENTRY glAlphaFuncx( GLenum func, GLclampx ref) {
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 62 glAlphaFuncx_t glAlphaFuncx;
  /sdk/emulator/opengl/tests/gles_android_wrapper/
gles.cpp 251 void glAlphaFuncx(GLenum func, GLclampx ref)
253 getDispatch()->glAlphaFuncx(func, ref);
    [all...]
gles_dispatch.h 62 glAlphaFuncx_t glAlphaFuncx;
334 glAlphaFuncx_t set_glAlphaFuncx(glAlphaFuncx_t f) { glAlphaFuncx_t retval = glAlphaFuncx; glAlphaFuncx = f; return retval;}
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 270 void glAlphaFuncx(
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 539 const GLMessage_Function GLMessage::glAlphaFuncx;
    [all...]
gltrace.pb.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 33 glAlphaFuncx(2, 2),
526 case 2: return glAlphaFuncx;
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 433 milliseconds

1 2