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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 163 glTexSubImage2D_t glTexSubImage2D;
gl_proc.h 163 typedef void (GL_APIENTRY *glTexSubImage2D_t) (GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const GLvoid*);
GLDispatch.cpp 180 s_gl.glTexSubImage2D = (glTexSubImage2D_t) s_gles_lib->findSymbol("glTexSubImage2D");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 163 glTexSubImage2D_t glTexSubImage2D;
435 glTexSubImage2D_t set_glTexSubImage2D(glTexSubImage2D_t f) { glTexSubImage2D_t retval = glTexSubImage2D; glTexSubImage2D = f; return retval;}
    [all...]
gles_proc.h 163 typedef void (* glTexSubImage2D_t) (GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const GLvoid*);
gles_dispatch.cpp 165 ptr = dlsym(gles_android,"glTexSubImage2D"); disp->set_glTexSubImage2D((glTexSubImage2D_t)ptr);

Completed in 24 milliseconds