Home
last modified time | relevance | path

Searched refs:glMaterialxv (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h126 {"glMaterialxv", (void *)glMaterialxv},
Dgles_dispatch.h129 glMaterialxv_t glMaterialxv; member
401 …t set_glMaterialxv(glMaterialxv_t f) { glMaterialxv_t retval = glMaterialxv; glMaterialxv = f; ret… in set_glMaterialxv()
Dgles.cpp586 void glMaterialxv(GLenum face, GLenum pname, const GLfixed *params) in glMaterialxv() function
588 getDispatch()->glMaterialxv(face, pname, params); in glMaterialxv()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h116 {"glMaterialxv", (void*)glMaterialxv},
Dgl_client_context.h118 glMaterialxv_client_proc_t glMaterialxv; member
Dgl_client_context.cpp118 glMaterialxv = (glMaterialxv_client_proc_t) getProc("glMaterialxv", userData); in initDispatchByName()
Dgl_entry.cpp113 void glMaterialxv(GLenum face, GLenum pname, const GLfixed* params);
941 void glMaterialxv(GLenum face, GLenum pname, const GLfixed* params) in glMaterialxv() function
944 ctx->glMaterialxv(ctx, face, pname, params); in glMaterialxv()
Dgl_enc.cpp8391 this->glMaterialxv = &glMaterialxv_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h701 GL_API void GL_APIENTRY glMaterialxv (GLenum face, GLenum pname, const GLfixed *params);