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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 227 glBindFramebufferOES_t glBindFramebufferOES;
gl_proc.h 227 typedef void (GL_APIENTRY *glBindFramebufferOES_t) (GLenum, GLuint);
GLDispatch.cpp 244 s_gl.glBindFramebufferOES = (glBindFramebufferOES_t) s_gles_lib->findSymbol("glBindFramebufferOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 227 glBindFramebufferOES_t glBindFramebufferOES;
    [all...]
gles_proc.h 227 typedef void (* glBindFramebufferOES_t) (GLenum, GLuint);
gles_dispatch.cpp 229 ptr = dlsym(gles_android,"glBindFramebufferOES"); disp->set_glBindFramebufferOES((glBindFramebufferOES_t)ptr);

Completed in 501 milliseconds