/development/tools/emulator/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/quake/quake/src/WinQuake/ |
glquake.h | 323 #define glAlphaFuncx(...) do { glAlphaFuncx(__VA_ARGS__); GLCHECK("glAlphaFuncx");} while(0)
|
/frameworks/base/opengl/libagl/ |
state.cpp | 250 glAlphaFuncx(func, gglFloatToFixed(ref)); 553 void glAlphaFuncx(GLenum func, GLclampx ref) {
|
/development/tools/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.h | 62 glAlphaFuncx_t glAlphaFuncx;
|
GLDispatch.cpp | 85 s_gl.glAlphaFuncx = (glAlphaFuncx_t) s_gles_lib->findSymbol("glAlphaFuncx");
|
/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/base/opengl/tools/glgen/specs/gles11/ |
GLES10.spec | 3 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(
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/ |
GLStub.java | 38 public void glAlphaFuncx(
|
/development/ndk/platforms/android-4/include/GLES/ |
gl.h | 633 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref); [all...] |
/development/tools/emulator/opengl/host/libs/Translator/include/GLES/ |
gl.h | 634 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref); [all...] |
/frameworks/base/opengl/include/GLES/ |
gl.h | 634 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref); [all...] |
/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...] |
/frameworks/base/opengl/tests/angeles/include/GLES/ |
gl.h | 475 GLAPI void APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/ |
gl.h | 633 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/ |
gl.h | 633 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/ |
gl.h | 633 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/ |
gl.h | 633 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/ |
gl.h | 633 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref); [all...] |
/prebuilt/ndk/android-ndk-r5/platforms/android-4/arch-arm/usr/include/GLES/ |
gl.h | 633 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref); [all...] |
/prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-arm/usr/include/GLES/ |
gl.h | 633 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref); [all...] |