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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 226 glIsFramebufferOES_t glIsFramebufferOES;
gl_proc.h 226 typedef GLboolean (GL_APIENTRY *glIsFramebufferOES_t) (GLuint);
GLDispatch.cpp 243 s_gl.glIsFramebufferOES = (glIsFramebufferOES_t) s_gles_lib->findSymbol("glIsFramebufferOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 226 glIsFramebufferOES_t glIsFramebufferOES;
    [all...]
gles_proc.h 226 typedef GLboolean (* glIsFramebufferOES_t) (GLuint);
gles_dispatch.cpp 228 ptr = dlsym(gles_android,"glIsFramebufferOES"); disp->set_glIsFramebufferOES((glIsFramebufferOES_t)ptr);

Completed in 26 milliseconds