Searched defs:glEnableVertexAttribArray (Results 1 - 2 of 2) sorted by relevance

/device/generic/goldfish/opengl/system/GLESv2_enc/
H A Dgl2_client_context.h54 glEnableVertexAttribArray_client_proc_t glEnableVertexAttribArray; member in struct:gl2_client_context_t
H A Dgl2_entry.cpp52 void glEnableVertexAttribArray(GLuint index);
488 void glEnableVertexAttribArray(GLuint index) function
491 ctx->glEnableVertexAttribArray(ctx, index);

Completed in 7 milliseconds