Home
last modified time | relevance | path

Searched refs:glScalexOES (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h211 {"glScalexOES", (void *)glScalexOES},
Dgles_dispatch.h214 glScalexOES_t glScalexOES; member
486 …OES_t set_glScalexOES(glScalexOES_t f) { glScalexOES_t retval = glScalexOES; glScalexOES = f; retu… in set_glScalexOES()
Dgles.cpp1011 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/
Dgl_ftable.h203 {"glScalexOES", (void*)glScalexOES},
Dgl_client_context.h223 glScalexOES_client_proc_t glScalexOES; member
Dgl_client_context.cpp223 glScalexOES = (glScalexOES_client_proc_t) getProc("glScalexOES", userData); in initDispatchByName()
Dgl_entry.cpp219 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()
Dgl_enc.cpp8381 this->glScalexOES = &glScalexOES_enc; in gl_encoder_context_t()