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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 65 glBlendFunc_t glBlendFunc;
gl_proc.h 65 typedef void (GL_APIENTRY *glBlendFunc_t) (GLenum, GLenum);
GLDispatch.cpp 82 s_gl.glBlendFunc = (glBlendFunc_t) s_gles_lib->findSymbol("glBlendFunc");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 65 glBlendFunc_t glBlendFunc;
337 glBlendFunc_t set_glBlendFunc(glBlendFunc_t f) { glBlendFunc_t retval = glBlendFunc; glBlendFunc = f; return retval;}
    [all...]
gles_proc.h 65 typedef void (* glBlendFunc_t) (GLenum, GLenum);
gles_dispatch.cpp 67 ptr = dlsym(gles_android,"glBlendFunc"); disp->set_glBlendFunc((glBlendFunc_t)ptr);

Completed in 32 milliseconds