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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 119 glIsTexture_t glIsTexture;
gl_proc.h 119 typedef GLboolean (GL_APIENTRY *glIsTexture_t) (GLuint);
GLDispatch.cpp 136 s_gl.glIsTexture = (glIsTexture_t) s_gles_lib->findSymbol("glIsTexture");
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 119 glIsTexture_t glIsTexture;
391 glIsTexture_t set_glIsTexture(glIsTexture_t f) { glIsTexture_t retval = glIsTexture; glIsTexture = f; return retval;}
    [all...]
gles_proc.h 119 typedef GLboolean (* glIsTexture_t) (GLuint);
gles_dispatch.cpp 121 ptr = dlsym(gles_android,"glIsTexture"); disp->set_glIsTexture((glIsTexture_t)ptr);

Completed in 113 milliseconds