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

/device/generic/goldfish-opengl/system/GLESv2_enc/
H A Dgl2_client_context.h56 glEnableVertexAttribArray_client_proc_t glEnableVertexAttribArray; member in struct:gl2_client_context_t
H A Dgl2_entry.cpp51 void glEnableVertexAttribArray(GLuint index);
691 void glEnableVertexAttribArray(GLuint index) function
694 ctx->glEnableVertexAttribArray(ctx, index);

Completed in 16 milliseconds