Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h147 {"glVertexAttrib3f", (void*)glVertexAttrib3f},
Dgl2_client_context.h149 glVertexAttrib3f_client_proc_t glVertexAttrib3f; member
Dgl2_client_context.cpp149 glVertexAttrib3f = (glVertexAttrib3f_client_proc_t) getProc("glVertexAttrib3f", userData); in initDispatchByName()
Dgl2_entry.cpp144 void glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z);
1273 void glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) in glVertexAttrib3f() function
1276 ctx->glVertexAttrib3f(ctx, indx, x, y, z); in glVertexAttrib3f()
Dgl2_enc.cpp11709 this->glVertexAttrib3f = &glVertexAttrib3f_enc; in gl2_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles2_core.entries141 void glVertexAttrib3f(GLuint index, GLfloat x, GLfloat y, GLfloat z);
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h513 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h513 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
Dgl31.h513 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in137 GL_ENTRY(void, glVertexAttrib3f, GLuint indx, GLfloat x, GLfloat y, GLfloat z)