Home
last modified time | relevance | path

Searched refs:glScalexOES (Results 1 – 11 of 11) 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);
1573 void glScalexOES(GLfixed x, GLfixed y, GLfixed z) in glScalexOES() function
1576 ctx->glScalexOES(ctx, x, y, z); in glScalexOES()
Dgl_enc.cpp8582 this->glScalexOES = &glScalexOES_enc; in gl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp365 glScalexOES = glScalex; in GLESv1()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in218 GL_ENTRY(void, glScalexOES, GLfixed x, GLfixed y, GLfixed z)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h700 GL_API void GL_APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z);