Searched refs:vertex_attrib_ (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/android_webview/browser/ |
D | scoped_app_gl_state_restore.cc | 96 } vertex_attrib_[3]; member in android_webview::internal::ScopedAppGLStateRestoreImpl 276 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(vertex_attrib_); ++i) { in ScopedAppGLStateRestoreImpl() 278 i, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &vertex_attrib_[i].enabled); in ScopedAppGLStateRestoreImpl() 280 i, GL_VERTEX_ATTRIB_ARRAY_SIZE, &vertex_attrib_[i].size); in ScopedAppGLStateRestoreImpl() 282 i, GL_VERTEX_ATTRIB_ARRAY_TYPE, &vertex_attrib_[i].type); in ScopedAppGLStateRestoreImpl() 284 i, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, &vertex_attrib_[i].normalized); in ScopedAppGLStateRestoreImpl() 286 i, GL_VERTEX_ATTRIB_ARRAY_STRIDE, &vertex_attrib_[i].stride); in ScopedAppGLStateRestoreImpl() 288 i, GL_VERTEX_ATTRIB_ARRAY_POINTER, &vertex_attrib_[i].pointer); in ScopedAppGLStateRestoreImpl() 290 i, GL_VERTEX_ATTRIB_ARRAY_POINTER, &vertex_attrib_[i].pointer); in ScopedAppGLStateRestoreImpl() 293 &vertex_attrib_[i].vertex_attrib_array_buffer_binding); in ScopedAppGLStateRestoreImpl() [all …]
|