Searched refs:glVertexAttrib3f (Results 1 – 10 of 10) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 147 {"glVertexAttrib3f", (void*)glVertexAttrib3f},
|
D | gl2_client_context.h | 149 glVertexAttrib3f_client_proc_t glVertexAttrib3f; member
|
D | gl2_client_context.cpp | 149 glVertexAttrib3f = (glVertexAttrib3f_client_proc_t) getProc("glVertexAttrib3f", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 144 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()
|
D | gl2_enc.cpp | 11709 this->glVertexAttrib3f = &glVertexAttrib3f_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles2_core.entries | 141 void glVertexAttrib3f(GLuint index, GLfloat x, GLfloat y, GLfloat z);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 513 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 513 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
|
D | gl31.h | 513 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 137 GL_ENTRY(void, glVertexAttrib3f, GLuint indx, GLfloat x, GLfloat y, GLfloat z)
|