Home
last modified time | relevance | path

Searched refs:MAX_UNIFORM_BLOCK_SIZE (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Main/
DConfig.hpp89 MAX_UNIFORM_BLOCK_SIZE = 16384, enumerator
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.h99 MAX_UNIFORM_BLOCK_SIZE = sw::MAX_UNIFORM_BLOCK_SIZE, enumerator
100 …MAX_FRAGMENT_UNIFORM_BLOCKS_COMPONENTS = sw::MAX_FRAGMENT_UNIFORM_BLOCKS * MAX_UNIFORM_BLOCK_SIZE
101 MAX_VERTEX_UNIFORM_BLOCKS_COMPONENTS = MAX_VERTEX_UNIFORM_BLOCKS * MAX_UNIFORM_BLOCK_SIZE / 4,
DProgram.cpp1726 if(activeUniformBlocks[uniform.blockId].dataSize > MAX_UNIFORM_BLOCK_SIZE) in linkUniforms()
1730 …ck (%s) exceeds GL_MAX_UNIFORM_BLOCK_SIZE (%d)", uniformBlockName.c_str(), MAX_UNIFORM_BLOCK_SIZE); in linkUniforms()
1735 …ck (%s) exceeds GL_MAX_UNIFORM_BLOCK_SIZE (%d)", uniformBlockName.c_str(), MAX_UNIFORM_BLOCK_SIZE); in linkUniforms()
DContext.cpp2309 *params = MAX_UNIFORM_BLOCK_SIZE; in getIntegerv()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dwebgl2.js258 MAX_UNIFORM_BLOCK_SIZE: 0x8A30, property
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_uniform_buffer_object.txt253 MAX_UNIFORM_BLOCK_SIZE 0x8A30
472 GetIntegerv with the constant MAX_UNIFORM_BLOCK_SIZE. If the amount
1659MAX_UNIFORM_BLOCK_SIZE Z+ GetIntegerv 16384 Max size in basic mach…
1694 MAX_UNIFORM_BLOCK_SIZE) + MAX_<stage>_UNIFORM_COMPONENTS. Minimum
2758 MAX_{VERTEX|GEOMETRY|FRAGMENT}_UNIFORM_BLOCKS * MAX_UNIFORM_BLOCK_SIZE +
3176 RESOLUTION: Resolved, name is MAX_UNIFORM_BLOCK_SIZE.
3704 - rename MAX_UNIFORM_BUFFER_SIZE to MAX_UNIFORM_BLOCK_SIZE per
DARB_tessellation_shader.txt2543 MAX_*_UNIFORM_COMPONENTS + MAX_*_UNIFORM_BLOCKS * (MAX_UNIFORM_BLOCK_SIZE/4)
/third_party/openGLES/extensions/ARB/
DARB_uniform_buffer_object.txt263 MAX_UNIFORM_BLOCK_SIZE 0x8A30
482 GetIntegerv with the constant MAX_UNIFORM_BLOCK_SIZE. If the amount
1669MAX_UNIFORM_BLOCK_SIZE Z+ GetIntegerv 16384 Max size in basic mach…
1704 MAX_UNIFORM_BLOCK_SIZE) + MAX_<stage>_UNIFORM_COMPONENTS. Minimum
2768 MAX_{VERTEX|GEOMETRY|FRAGMENT}_UNIFORM_BLOCKS * MAX_UNIFORM_BLOCK_SIZE +
3186 RESOLUTION: Resolved, name is MAX_UNIFORM_BLOCK_SIZE.
3714 - rename MAX_UNIFORM_BUFFER_SIZE to MAX_UNIFORM_BLOCK_SIZE per
DARB_tessellation_shader.txt2553 MAX_*_UNIFORM_COMPONENTS + MAX_*_UNIFORM_BLOCKS * (MAX_UNIFORM_BLOCK_SIZE/4)
/third_party/typescript/lib/
Dlib.webworker.d.ts3836 readonly MAX_UNIFORM_BLOCK_SIZE: GLenum; variable
4197 readonly MAX_UNIFORM_BLOCK_SIZE: GLenum; property
Dlib.dom.d.ts16867 readonly MAX_UNIFORM_BLOCK_SIZE: GLenum; variable
17228 readonly MAX_UNIFORM_BLOCK_SIZE: GLenum; property
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts3816 readonly MAX_UNIFORM_BLOCK_SIZE: GLenum; variable
4177 readonly MAX_UNIFORM_BLOCK_SIZE: GLenum; property
Ddom.generated.d.ts16847 readonly MAX_UNIFORM_BLOCK_SIZE: GLenum; variable
17208 readonly MAX_UNIFORM_BLOCK_SIZE: GLenum; property