Searched defs:MAX_UNIFORM_BLOCK_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/Main/
H A DConfig.hpp91 MAX_UNIFORM_BLOCK_SIZE = 16384, enumerator in enum:sw::__anon22288
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h99 MAX_UNIFORM_BLOCK_SIZE = sw::MAX_UNIFORM_BLOCK_SIZE, enumerator in enum:es2::__anon22328
100 MAX_FRAGMENT_UNIFORM_BLOCKS_COMPONENTS = sw::MAX_FRAGMENT_UNIFORM_BLOCKS * MAX_UNIFORM_BLOCK_SIZE / 4,
101 MAX_VERTEX_UNIFORM_BLOCKS_COMPONENTS = MAX_VERTEX_UNIFORM_BLOCKS * MAX_UNIFORM_BLOCK_SIZE / 4,

Completed in 344 milliseconds