/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_ftable.h | 50 {"glAlphaFuncx", (void*)glAlphaFuncx},
|
gl_client_context.h | 50 glAlphaFuncx_client_proc_t glAlphaFuncx; 342 virtual glAlphaFuncx_client_proc_t set_glAlphaFuncx(glAlphaFuncx_client_proc_t f) { glAlphaFuncx_client_proc_t retval = glAlphaFuncx; glAlphaFuncx = f; return retval;} [all...] |
/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...] |
/frameworks/native/opengl/libagl/ |
state.cpp | 251 glAlphaFuncx(func, gglFloatToFixed(ref)); 554 void glAlphaFuncx(GLenum func, GLclampx ref) {
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.h | 62 glAlphaFuncx_t 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/native/opengl/libs/GLES_trace/ |
gltrace.proto | 28 glAlphaFuncx = 2;
|
/frameworks/native/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(
|
/external/replicaisland/src/com/replica/replicaisland/ |
GLErrorLogger.java | 66 public void glAlphaFuncx(int func, int ref) { 67 ((GL10)mGL).glAlphaFuncx(func, ref);
|
/external/robolectric/lib/main/ |
opengl-api-gl1.1-android-2.1_r1.jar | |
/development/ndk/platforms/android-4/include/GLES/ |
gl.h | 634 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref); [all...] |
/external/chromium_org/third_party/mesa/src/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...] |
/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/native/opengl/include/GLES/ |
gl.h | 634 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref); [all...] |
/frameworks/native/opengl/tests/angeles/include/GLES/ |
gl.h | 475 GLAPI void APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/ |
gl.h | 633 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref); [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/ |
gl.h | 633 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref); [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/ |
gl.h | 633 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref); [all...] |
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/ |
gl.h | 633 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref); [all...] |