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

1 2 3

  /external/mesa3d/src/mapi/es1api/
ABI-check 15 glAlphaFuncx
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 50 {"glAlphaFuncx", (void*)glAlphaFuncx},
gl_client_context.h 52 glAlphaFuncx_client_proc_t glAlphaFuncx;
gl_client_context.cpp 52 glAlphaFuncx = (glAlphaFuncx_client_proc_t) getProc("glAlphaFuncx", userData);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 59 {"glAlphaFuncx", (void *)glAlphaFuncx},
gles_dispatch.h 62 glAlphaFuncx_t glAlphaFuncx;
334 glAlphaFuncx_t set_glAlphaFuncx(glAlphaFuncx_t f) { glAlphaFuncx_t retval = glAlphaFuncx; glAlphaFuncx = f; return retval;}
    [all...]
gles.cpp 251 void glAlphaFuncx(GLenum func, GLclampx ref)
253 getDispatch()->glAlphaFuncx(func, ref);
    [all...]
  /external/mesa3d/src/mapi/glapi/
glapi_dispatch.c 106 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
  /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);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 3 void glAlphaFuncx ( GLenum func, GLclampx ref )
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 45 void (*glAlphaFuncx)(GLenum func, GLclampx ref);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 286 // C function void glAlphaFuncx ( GLenum func, GLclampx ref )
288 public static native void glAlphaFuncx(
    [all...]
GLErrorWrapper.java 82 public void glAlphaFuncx(int func, int ref) {
84 mgl.glAlphaFuncx(func, ref);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 270 void glAlphaFuncx(
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 66 public void glAlphaFuncx(int func, int ref) {
67 ((GL10)mGL).glAlphaFuncx(func, ref);
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 634 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
    [all...]
  /external/mesa3d/include/GLES/
gl.h 634 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
    [all...]
  /external/swiftshader/include/GLES/
gl.h 443 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLfixed ref);
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
gl.h 634 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
    [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 22 #define glAlphaFuncx wrap_glAlphaFuncx
    [all...]
gles_undefine.h 22 #undef glAlphaFuncx
  /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...]

Completed in 364 milliseconds

1 2 3