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.cpp1550 int max_vertex_attrib_bindings = 0; in eglMakeCurrent() local
1564 GL_MAX_VERTEX_ATTRIB_BINDINGS, &max_vertex_attrib_bindings); in eglMakeCurrent()
1576 max_vertex_attrib_bindings, in eglMakeCurrent()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h406 int max_vertex_attrib_bindings,
DGLClientState.cpp1722 int max_vertex_attrib_bindings, in initFromCaps() argument
1726 m_max_vertex_attrib_bindings = max_vertex_attrib_bindings; in initFromCaps()