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

1 2 3

  /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/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 66 public void glAlphaFuncx(int func, int ref) {
67 ((GL10)mGL).glAlphaFuncx(func, ref);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 45 void (*glAlphaFuncx)(GLenum func, GLclampx ref);
main.cpp 551 GL_API void GL_APIENTRY glAlphaFuncx(GLenum func, GLclampx ref)
    [all...]
  /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...]
  /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...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 52 glAlphaFuncx_client_proc_t glAlphaFuncx;
gl_entry.cpp 47 void glAlphaFuncx(GLenum func, GLclampx ref);
541 void glAlphaFuncx(GLenum func, GLclampx ref)
544 ctx->glAlphaFuncx(ctx, func, ref);
    [all...]
  /device/generic/goldfish-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(
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 22 #define glAlphaFuncx wrap_glAlphaFuncx
    [all...]
gles_undefine.h 22 #undef glAlphaFuncx
  /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 33 glAlphaFuncx(2, 2),
630 case 2: return glAlphaFuncx;
    [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 
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 80 milliseconds

1 2 3