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

  /frameworks/base/opengl/libagl/
state.cpp 250 glAlphaFuncx(func, gglFloatToFixed(ref));
553 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)
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 99 // C function void glAlphaFuncx ( GLenum func, GLclampx ref )
101 public native void glAlphaFuncx(
    [all...]
  /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...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 283 GL_API void GL_APIENTRY glAlphaFuncx( GLenum func, GLclampx ref) {
    [all...]
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 62 glAlphaFuncx_t glAlphaFuncx;
  /development/tools/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(
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 214 milliseconds