Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp1549 int max_shader_storage_buffer_bindings = 0; in eglMakeCurrent() local
1562 … GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, &max_shader_storage_buffer_bindings); in eglMakeCurrent()
1575 max_shader_storage_buffer_bindings, in eglMakeCurrent()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h405 int max_shader_storage_buffer_bindings,
DGLClientState.cpp1721 int max_shader_storage_buffer_bindings, in initFromCaps() argument
1732 m_max_shader_storage_buffer_bindings = max_shader_storage_buffer_bindings; in initFromCaps()