Home
last modified time | relevance | path

Searched refs:maxVertexAttribRelativeOffset (Results 1 – 16 of 16) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeVertexArrayApiTests.cpp266 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/
DCaps.h222 GLint maxVertexAttribRelativeOffset = 0; member
DCaps.cpp1080 caps.maxVertexAttribRelativeOffset = 2047; in GenerateMinimumCaps()
DvalidationES31.cpp361 if (relativeOffset > static_cast<GLuint>(caps.maxVertexAttribRelativeOffset)) in ValidateVertexAttribFormatCommon()
DContext.cpp1805 *params = mState.mCaps.maxVertexAttribRelativeOffset; in getIntegervImpl()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h628 GLint maxVertexAttribRelativeOffset = 0; member
DCaps.cpp1033 caps.maxVertexAttribRelativeOffset = 2047; in GenerateMinimumCaps()
DvalidationES31.cpp347 if (relativeOffset > static_cast<GLuint>(caps.maxVertexAttribRelativeOffset)) in ValidateVertexAttribFormatCommon()
DContext.cpp1660 *params = mState.mCaps.maxVertexAttribRelativeOffset; in getIntegervImpl()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp148 mNativeCaps.maxVertexAttribRelativeOffset = in ensureCapsInitialized()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp605 mNativeCaps.maxVertexAttribRelativeOffset = in ensureCapsInitialized()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp1485 caps->maxVertexAttribRelativeOffset = std::numeric_limits<GLint>::max(); in GenerateCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp1475 caps->maxVertexAttribRelativeOffset = std::numeric_limits<GLint>::max(); in GenerateCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DDisplayMtl.mm737 mNativeCaps.maxVertexAttribRelativeOffset = std::numeric_limits<GLint>::max();
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp922 caps->maxVertexAttribRelativeOffset = in GenerateCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1143 caps->maxVertexAttribRelativeOffset = in GenerateCaps()