Home
last modified time | relevance | path

Searched refs:glVertexAttrib4f (Results 1 – 10 of 10) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h149 {"glVertexAttrib4f", (void*)glVertexAttrib4f},
Dgl2_client_context.h151 glVertexAttrib4f_client_proc_t glVertexAttrib4f; member
Dgl2_client_context.cpp151 glVertexAttrib4f = (glVertexAttrib4f_client_proc_t) getProc("glVertexAttrib4f", userData); in initDispatchByName()
Dgl2_entry.cpp146 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()
Dgl2_enc.cpp11711 this->glVertexAttrib4f = &glVertexAttrib4f_enc; in gl2_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles2_core.entries143 void glVertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h515 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h515 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
Dgl31.h515 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in139 GL_ENTRY(void, glVertexAttrib4f, GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w)