Searched refs:bound_array_buffer (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state.cc161 bound_array_buffer.get() ? bound_array_buffer->service_id() : 0);
H A Dcontext_state.h184 scoped_refptr<Buffer> bound_array_buffer; member in struct:gpu::gles2::ContextState
H A Dbuffer_manager.cc398 return state->bound_array_buffer.get();
H A Dgles2_cmd_decoder.cc2937 if (state_.bound_array_buffer.get() == buffer) {
2938 state_.bound_array_buffer = NULL;
3425 state_.bound_array_buffer = NULL;
3974 state_.bound_array_buffer = buffer;
4604 if (state_.bound_array_buffer.get()) {
4606 buffer_manager()->GetClientId(state_.bound_array_buffer->service_id(),
6460 GL_ARRAY_BUFFER, state_.bound_array_buffer.get() ?
6461 state_.bound_array_buffer->service_id() : 0);
6592 state_.bound_array_buffer.get() ? state_.bound_array_buffer
[all...]

Completed in 380 milliseconds