Home
last modified time | relevance | path

Searched refs:MaxVertexAttribStride (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dversion.c377 consts->MaxVertexAttribStride >= 2048 && in compute_version()
520 consts->MaxVertexAttribStride >= 2048 && in compute_version_es2()
Dconsts_exts.h727 GLuint MaxVertexAttribStride; member
Dcontext.c537 consts->MaxVertexAttribStride = 2048; in _mesa_init_constants()
Dvarray.c850 stride > ctx->Const.MaxVertexAttribStride) { in validate_array()
3032 stride > ctx->Const.MaxVertexAttribStride) { in vertex_array_vertex_buffer_err()
3200 strides[i] > ctx->Const.MaxVertexAttribStride) { in vertex_array_vertex_buffers()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c459 c->MaxVertexAttribStride in st_init_limits()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVertexAttributeTest.cpp2081 TEST_P(VertexAttributeTestES31, MaxVertexAttribStride) in TEST_P() argument