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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 181 glAlphaFuncxOES_t glAlphaFuncxOES;
gl_proc.h 181 typedef void (GL_APIENTRY *glAlphaFuncxOES_t) (GLenum, GLclampx);
GLDispatch.cpp 198 s_gl.glAlphaFuncxOES = (glAlphaFuncxOES_t) s_gles_lib->findSymbol("glAlphaFuncxOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 181 glAlphaFuncxOES_t glAlphaFuncxOES;
    [all...]
gles_proc.h 181 typedef void (* glAlphaFuncxOES_t) (GLenum, GLclampx);
gles_dispatch.cpp 183 ptr = dlsym(gles_android,"glAlphaFuncxOES"); disp->set_glAlphaFuncxOES((glAlphaFuncxOES_t)ptr);

Completed in 33 milliseconds