Searched refs:glVertexAttrib4f (Results 1 – 10 of 10) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 149 {"glVertexAttrib4f", (void*)glVertexAttrib4f},
|
D | gl2_client_context.h | 151 glVertexAttrib4f_client_proc_t glVertexAttrib4f; member
|
D | gl2_client_context.cpp | 151 glVertexAttrib4f = (glVertexAttrib4f_client_proc_t) getProc("glVertexAttrib4f", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 146 void glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w); 1285 void glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in glVertexAttrib4f() function 1288 ctx->glVertexAttrib4f(ctx, indx, x, y, z, w); in glVertexAttrib4f()
|
D | gl2_enc.cpp | 11711 this->glVertexAttrib4f = &glVertexAttrib4f_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles2_core.entries | 143 void glVertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 515 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 515 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
|
D | gl31.h | 515 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 139 GL_ENTRY(void, glVertexAttrib4f, GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
|