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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 100 glGetBooleanv_t glGetBooleanv;
gl_proc.h 100 typedef void (GL_APIENTRY *glGetBooleanv_t) (GLenum, GLboolean*);
GLDispatch.cpp 117 s_gl.glGetBooleanv = (glGetBooleanv_t) s_gles_lib->findSymbol("glGetBooleanv");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 100 glGetBooleanv_t glGetBooleanv;
372 glGetBooleanv_t set_glGetBooleanv(glGetBooleanv_t f) { glGetBooleanv_t retval = glGetBooleanv; glGetBooleanv = f; return retval;}
    [all...]
gles_proc.h 100 typedef void (* glGetBooleanv_t) (GLenum, GLboolean*);
gles_dispatch.cpp 102 ptr = dlsym(gles_android,"glGetBooleanv"); disp->set_glGetBooleanv((glGetBooleanv_t)ptr);

Completed in 30 milliseconds