Searched refs:glScalexOES (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 211 {"glScalexOES", (void *)glScalexOES},
|
D | gles_dispatch.h | 214 glScalexOES_t glScalexOES; member 486 …OES_t set_glScalexOES(glScalexOES_t f) { glScalexOES_t retval = glScalexOES; glScalexOES = f; retu… in set_glScalexOES()
|
D | gles.cpp | 1011 void glScalexOES(GLfixed x, GLfixed y, GLfixed z) in glScalexOES() function 1013 getDispatch()->glScalexOES(x, y, z); in glScalexOES()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 203 {"glScalexOES", (void*)glScalexOES},
|
D | gl_client_context.h | 223 glScalexOES_client_proc_t glScalexOES; member
|
D | gl_client_context.cpp | 223 glScalexOES = (glScalexOES_client_proc_t) getProc("glScalexOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 219 void glScalexOES(GLfixed x, GLfixed y, GLfixed z); 1573 void glScalexOES(GLfixed x, GLfixed y, GLfixed z) in glScalexOES() function 1576 ctx->glScalexOES(ctx, x, y, z); in glScalexOES()
|
D | gl_enc.cpp | 8381 this->glScalexOES = &glScalexOES_enc; in gl_encoder_context_t()
|