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

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_base.cc1258 void GLES2DecoderTestBase::DoEnableVertexAttribArray(GLint index) { function in class:gpu::gles2::GLES2DecoderTestBase
1295 DoEnableVertexAttribArray(1);
1304 DoEnableVertexAttribArray(0);
1305 DoEnableVertexAttribArray(1);
1306 DoEnableVertexAttribArray(2);
H A Dgles2_cmd_decoder.cc1242 void DoEnableVertexAttribArray(GLuint index);
4101 void GLES2DecoderImpl::DoEnableVertexAttribArray(GLuint index) { function in class:gpu::gles2::GLES2DecoderImpl

Completed in 221 milliseconds