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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 71 glClearStencil_t glClearStencil;
gl_proc.h 71 typedef void (GL_APIENTRY *glClearStencil_t) (GLint);
GLDispatch.cpp 88 s_gl.glClearStencil = (glClearStencil_t) s_gles_lib->findSymbol("glClearStencil");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 71 glClearStencil_t glClearStencil;
343 glClearStencil_t set_glClearStencil(glClearStencil_t f) { glClearStencil_t retval = glClearStencil; glClearStencil = f; return retval;}
    [all...]
gles_proc.h 71 typedef void (* glClearStencil_t) (GLint);
gles_dispatch.cpp 73 ptr = dlsym(gles_android,"glClearStencil"); disp->set_glClearStencil((glClearStencil_t)ptr);

Completed in 27 milliseconds