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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 62 glAlphaFuncx_t glAlphaFuncx;
gl_proc.h 62 typedef void (GL_APIENTRY *glAlphaFuncx_t) (GLenum, GLclampx);
GLDispatch.cpp 79 s_gl.glAlphaFuncx = (glAlphaFuncx_t) s_gles_lib->findSymbol("glAlphaFuncx");
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
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_proc.h 62 typedef void (* glAlphaFuncx_t) (GLenum, GLclampx);
gles_dispatch.cpp 64 ptr = dlsym(gles_android,"glAlphaFuncx"); disp->set_glAlphaFuncx((glAlphaFuncx_t)ptr);

Completed in 387 milliseconds