Home
last modified time | relevance | path

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

/external/deqp/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()
/external/angle/src/libANGLE/
DCaps.h872 GLint maxVertexAttribRelativeOffset = 0; member
DCaps.cpp1309 caps.maxVertexAttribRelativeOffset = 2047; in GenerateMinimumCaps()
DvalidationES31.cpp353 if (relativeOffset > static_cast<GLuint>(caps.maxVertexAttribRelativeOffset)) in ValidateVertexAttribFormatCommon()
DContext.cpp1753 *params = mState.mCaps.maxVertexAttribRelativeOffset; in getIntegervImpl()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp577 mNativeCaps.maxVertexAttribRelativeOffset = in ensureCapsInitialized()
/external/angle/src/libANGLE/renderer/metal/
DDisplayMtl.mm672 mNativeCaps.maxVertexAttribRelativeOffset = std::numeric_limits<GLint>::max();
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp1475 caps->maxVertexAttribRelativeOffset = std::numeric_limits<GLint>::max(); in GenerateCaps()
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1151 caps->maxVertexAttribRelativeOffset = in GenerateCaps()