Searched refs:bo_storage_ptr (Results 1 – 1 of 1) sorted by relevance
4593 const int* bo_storage_ptr = (const int*)gl.mapBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, GL_READ_ONLY); in executeTest() local4596 if (bo_storage_ptr == NULL) in executeTest()4612 const int* vertex_data_ptr = bo_storage_ptr + n_vertex * 4 /* as per comment */; in executeTest()