Home
last modified time | relevance | path

Searched refs:max_vertex_attrib_bindings (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/egl/
Degl.cpp1755 int max_vertex_attrib_bindings = 0; in eglMakeCurrent() local
1769 GL_MAX_VERTEX_ATTRIB_BINDINGS, &max_vertex_attrib_bindings); in eglMakeCurrent()
1781 max_vertex_attrib_bindings, in eglMakeCurrent()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h427 int max_vertex_attrib_bindings,
DGLClientState.cpp2008 int max_vertex_attrib_bindings, in initFromCaps() argument
2012 m_max_vertex_attrib_bindings = max_vertex_attrib_bindings; in initFromCaps()