Home
last modified time | relevance | path

Searched refs:glMaterialx_t (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h128 glMaterialx_t glMaterialx;
Dgl_proc.h128 typedef void (GL_APIENTRY *glMaterialx_t) (GLenum, GLenum, GLfixed); typedef
DGLDispatch.cpp145 s_gl.glMaterialx = (glMaterialx_t) s_gles_lib->findSymbol("glMaterialx"); in init_gl_dispatch()