Searched refs:glVertexAttrib1f (Results 1 – 10 of 10) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 143 {"glVertexAttrib1f", (void*)glVertexAttrib1f},
|
D | gl2_client_context.h | 145 glVertexAttrib1f_client_proc_t glVertexAttrib1f; member
|
D | gl2_client_context.cpp | 145 glVertexAttrib1f = (glVertexAttrib1f_client_proc_t) getProc("glVertexAttrib1f", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 140 void glVertexAttrib1f(GLuint indx, GLfloat x); 1249 void glVertexAttrib1f(GLuint indx, GLfloat x) in glVertexAttrib1f() function 1252 ctx->glVertexAttrib1f(ctx, indx, x); in glVertexAttrib1f()
|
D | gl2_enc.cpp | 11705 this->glVertexAttrib1f = &glVertexAttrib1f_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles2_core.entries | 137 void glVertexAttrib1f(GLuint index, GLfloat x);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 509 GL_APICALL void GL_APIENTRY glVertexAttrib1f (GLuint index, GLfloat x);
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 509 GL_APICALL void GL_APIENTRY glVertexAttrib1f (GLuint index, GLfloat x);
|
D | gl31.h | 509 GL_APICALL void GL_APIENTRY glVertexAttrib1f (GLuint index, GLfloat x);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 133 GL_ENTRY(void, glVertexAttrib1f, GLuint indx, GLfloat x)
|