Searched refs:glScalexOES (Results 1 – 11 of 11) 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 | 218 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 | 8582 this->glScalexOES = &glScalexOES_enc; in gl_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 365 glScalexOES = glScalex; in GLESv1()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 218 GL_ENTRY(void, glScalexOES, GLfixed x, GLfixed y, GLfixed z)
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 700 GL_API void GL_APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z);
|