Home
last modified time | relevance | path

Searched refs:glScalexOES (Results 1 – 9 of 9) 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.cpp218 void glScalexOES(GLfixed x, GLfixed y, GLfixed z);
1571 void glScalexOES(GLfixed x, GLfixed y, GLfixed z) in glScalexOES() function
1574 ctx->glScalexOES(ctx, x, y, z); in glScalexOES()
Dgl_enc.cpp8496 this->glScalexOES = &glScalexOES_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h700 GL_API void GL_APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z);