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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 23 glAlphaFunc_t glAlphaFunc;
gl_proc.h 23 typedef void (GL_APIENTRY *glAlphaFunc_t) (GLenum, GLclampf);
GLDispatch.cpp 40 s_gl.glAlphaFunc = (glAlphaFunc_t) s_gles_lib->findSymbol("glAlphaFunc");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 23 glAlphaFunc_t glAlphaFunc;
295 glAlphaFunc_t set_glAlphaFunc(glAlphaFunc_t f) { glAlphaFunc_t retval = glAlphaFunc; glAlphaFunc = f; return retval;}
    [all...]
gles_proc.h 23 typedef void (* glAlphaFunc_t) (GLenum, GLclampf);
gles_dispatch.cpp 25 ptr = dlsym(gles_android,"glAlphaFunc"); disp->set_glAlphaFunc((glAlphaFunc_t)ptr);

Completed in 27 milliseconds