Searched refs:pnames_count (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.h412 GetMultipleIntegervState(const GLenum* pnames, GLuint pnames_count, argument
415 pnames_count(pnames_count),
421 GLuint pnames_count; member in struct:gpu::gles2::GLES2Implementation::GetMultipleIntegervState
H A Dgles2_implementation.cc3195 for (GLuint ii = 0; ii < state->pnames_count; ++ii) {
3217 state->pnames_count * sizeof(state->pnames[0]) +
3225 state->results_buffer = pnames_buffer + state->pnames_count;
3226 memcpy(pnames_buffer, state->pnames, state->pnames_count * sizeof(GLenum));
3231 state->pnames_count,

Completed in 1286 milliseconds