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.cpp1754 int max_shader_storage_buffer_bindings = 0; in eglMakeCurrent() local
1767 … GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, &max_shader_storage_buffer_bindings); in eglMakeCurrent()
1780 max_shader_storage_buffer_bindings, in eglMakeCurrent()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h426 int max_shader_storage_buffer_bindings,
DGLClientState.cpp2007 int max_shader_storage_buffer_bindings, in initFromCaps() argument
2018 m_max_shader_storage_buffer_bindings = max_shader_storage_buffer_bindings; in initFromCaps()