Searched refs:maxVertexAttribRelativeOffset (Results 1 – 16 of 16) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fNegativeVertexArrayApiTests.cpp | 266 int maxVertexAttribRelativeOffset = ctx.getInteger(GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET); in vertex_attrib_format() local 273 ctx.glVertexAttribFormat(maxVertexAttribs, 4, GL_FLOAT, GL_FALSE, maxVertexAttribRelativeOffset); in vertex_attrib_format() 281 ctx.glVertexAttribFormat(1, 0, GL_FLOAT, GL_FALSE, maxVertexAttribRelativeOffset); in vertex_attrib_format() 321 ctx.glVertexAttribFormat(1, 4, GL_FLOAT, GL_FALSE, maxVertexAttribRelativeOffset + 1); in vertex_attrib_format() 329 int maxVertexAttribRelativeOffset = ctx.getInteger(GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET); in vertex_attrib_i_format() local 368 ctx.glVertexAttribIFormat(1, 4, GL_INT, maxVertexAttribRelativeOffset + 1); in vertex_attrib_i_format()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Caps.h | 222 GLint maxVertexAttribRelativeOffset = 0; member
|
D | Caps.cpp | 1080 caps.maxVertexAttribRelativeOffset = 2047; in GenerateMinimumCaps()
|
D | validationES31.cpp | 361 if (relativeOffset > static_cast<GLuint>(caps.maxVertexAttribRelativeOffset)) in ValidateVertexAttribFormatCommon()
|
D | Context.cpp | 1805 *params = mState.mCaps.maxVertexAttribRelativeOffset; in getIntegervImpl()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Caps.h | 628 GLint maxVertexAttribRelativeOffset = 0; member
|
D | Caps.cpp | 1033 caps.maxVertexAttribRelativeOffset = 2047; in GenerateMinimumCaps()
|
D | validationES31.cpp | 347 if (relativeOffset > static_cast<GLuint>(caps.maxVertexAttribRelativeOffset)) in ValidateVertexAttribFormatCommon()
|
D | Context.cpp | 1660 *params = mState.mCaps.maxVertexAttribRelativeOffset; in getIntegervImpl()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 148 mNativeCaps.maxVertexAttribRelativeOffset = in ensureCapsInitialized()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 605 mNativeCaps.maxVertexAttribRelativeOffset = in ensureCapsInitialized()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 1485 caps->maxVertexAttribRelativeOffset = std::numeric_limits<GLint>::max(); in GenerateCaps()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 1475 caps->maxVertexAttribRelativeOffset = std::numeric_limits<GLint>::max(); in GenerateCaps()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | DisplayMtl.mm | 737 mNativeCaps.maxVertexAttribRelativeOffset = std::numeric_limits<GLint>::max();
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 922 caps->maxVertexAttribRelativeOffset = in GenerateCaps()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 1143 caps->maxVertexAttribRelativeOffset = in GenerateCaps()
|