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

  /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...]
  /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);
543 void glAlphaFuncx(GLenum func, GLclampx ref)
546 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...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 52 glAlphaFuncx_wrapper_proc_t glAlphaFuncx;
gles1_wrapper_entry.cpp 47 void glAlphaFuncx(GLenum func, GLclampx ref);
541 void glAlphaFuncx(GLenum func, GLclampx ref)
544 ctx->glAlphaFuncx( func, ref);
    [all...]

Completed in 59 milliseconds