Searched refs:glScalexOES (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/guest/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 | 9140 this->glScalexOES = &glScalexOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 227 glScalexOES_server_proc_t glScalexOES; member
|
D | gles1_server_context.cpp | 223 glScalexOES = (glScalexOES_server_proc_t) getProc("glScalexOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 4335 this->glScalexOES(var_x, var_y, var_z); in decode()
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 596 GL_API void GL_APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z);
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 254 void glScalexOES( GLfixed x, GLfixed y, GLfixed z);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 218 GL_ENTRY(void, glScalexOES, GLfixed x, GLfixed y, GLfixed z)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 224 GL_API void GL_APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 704 GL_API void GL_APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 256 X(void, glScalexOES, (GLfixed x, GLfixed y, GLfixed z), (x, y, z)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5244 GLAPI void APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z);
|