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

  /external/mesa3d/src/mapi/es1api/
ABI-check 33 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);
gl_entry.cpp 47 void glAlphaFuncx(GLenum func, GLclampx ref);
543 void glAlphaFuncx(GLenum func, GLclampx ref)
546 ctx->glAlphaFuncx(ctx, func, ref);
    [all...]
gl_enc.cpp     [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...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1.lds 22 glAlphaFuncx;
gles1_wrapper_context.h 52 glAlphaFuncx_wrapper_proc_t glAlphaFuncx;
gles1_wrapper_context.cpp 52 glAlphaFuncx = (glAlphaFuncx_wrapper_proc_t) getProc("glAlphaFuncx", userData);
gles1_wrapper_entry.cpp 47 void glAlphaFuncx(GLenum func, GLclampx ref);
541 void glAlphaFuncx(GLenum func, GLclampx ref)
544 ctx->glAlphaFuncx( func, ref);
    [all...]
  /external/mesa3d/src/mapi/glapi/
glapi_dispatch.c 106 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
  /device/generic/opengl-transport/host/libs/virglrenderer/
GLESv1.cpp 324 glAlphaFuncxOES = 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);
  /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...]
libGLES_CM.cpp     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 66 public void glAlphaFuncx(int func, int ref) {
67 ((GL10)mGL).glAlphaFuncx(func, ref);
  /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 452 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLfixed ref);
  /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...]

Completed in 6896 milliseconds