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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 128 glMaterialx_t glMaterialx;
gl_proc.h 128 typedef void (GL_APIENTRY *glMaterialx_t) (GLenum, GLenum, GLfixed);
GLDispatch.cpp 145 s_gl.glMaterialx = (glMaterialx_t) s_gles_lib->findSymbol("glMaterialx");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 128 glMaterialx_t glMaterialx;
400 glMaterialx_t set_glMaterialx(glMaterialx_t f) { glMaterialx_t retval = glMaterialx; glMaterialx = f; return retval;}
    [all...]
gles_proc.h 128 typedef void (* glMaterialx_t) (GLenum, GLenum, GLfixed);
gles_dispatch.cpp 130 ptr = dlsym(gles_android,"glMaterialx"); disp->set_glMaterialx((glMaterialx_t)ptr);

Completed in 27 milliseconds