Searched defs:simulated (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dvertex_array_object_manager.cc484 bool* simulated) {
485 *simulated = false;
496 *simulated = true;
554 bool* simulated) {
555 *simulated = false;
560 *simulated = true;
632 *simulated = *simulated || simulated_client_side_buffers;
478 SetupSimulatedClientSideBuffers( const char* function_name, GLES2Implementation* gl, GLES2CmdHelper* gl_helper, GLsizei num_elements, GLsizei primcount, bool* simulated) argument
545 SetupSimulatedIndexAndClientSideBuffers( const char* function_name, GLES2Implementation* gl, GLES2CmdHelper* gl_helper, GLsizei count, GLenum type, GLsizei primcount, const void* indices, GLuint* offset, bool* simulated) argument
H A Dgles2_implementation.cc882 bool simulated = false; local
885 &offset, &simulated)) {
889 RestoreElementAndArrayBuffers(simulated);
2778 bool simulated = false; local
2780 "glDrawArrays", this, helper_, first + count, 0, &simulated)) {
2784 RestoreArrayBuffer(simulated);
3526 bool simulated = false; local
3529 &simulated)) {
3533 RestoreArrayBuffer(simulated);
3569 bool simulated local
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc1212 // Gets the service id for any simulated backbuffer fbo.
1491 // Returns true if successful, simulated will be true if attrib0 was
1492 // simulated.
1494 const char* function_name, GLuint max_vertex_accessed, bool* simulated);
1506 // Returns true if GL_FIXED attribs were simulated.
1509 GLuint max_vertex_accessed, bool* simulated, GLsizei primcount);
4182 // If we are rendering to the backbuffer get the FBO id for any simulated
6375 const char* function_name, GLuint max_vertex_accessed, bool* simulated) {
6376 DCHECK(simulated);
6377 *simulated
6374 SimulateAttrib0( const char* function_name, GLuint max_vertex_accessed, bool* simulated) argument
6476 SimulateFixedAttribs( const char* function_name, GLuint max_vertex_accessed, bool* simulated, GLsizei primcount) argument
[all...]

Completed in 177 milliseconds