Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h105 UNIFORM_BUFFER_OFFSET_ALIGNMENT = 1, enumerator
DlibGLESv3.cpp1982 if(offset % UNIFORM_BUFFER_OFFSET_ALIGNMENT != 0) in glBindBufferRange()
DContext.cpp2270 *params = UNIFORM_BUFFER_OFFSET_ALIGNMENT; in getIntegerv()