Home
last modified time | relevance | path

Searched refs:pureInteger (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DVertexArray.cpp68 … bool normalized, bool pureInteger, GLsizei stride, const void *pointer) in setAttributeState() argument
75 mVertexAttributes[attributeIndex].mPureInteger = pureInteger; in setAttributeState()
DVertexArray.h41 bool normalized, bool pureInteger, GLsizei stride, const void *pointer);
DContext.h496 bool normalized, bool pureInteger, GLsizei stride, const void *pointer);
DContext.cpp850 … bool normalized, bool pureInteger, GLsizei stride, const void *pointer) in setVertexAttribState() argument
852 …y()->setAttributeState(attribNum, boundBuffer, size, type, normalized, pureInteger, stride, pointe… in setVertexAttribState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVertexArray.cpp453 bool pureInteger, in setVertexAttribFormatImpl() argument
456 angle::FormatID formatID = gl::GetVertexFormatID(type, normalized, size, pureInteger); in setVertexAttribFormatImpl()
472 bool pureInteger, in setVertexAttribFormat() argument
477 ComponentType componentType = GetVertexAttributeComponentType(pureInteger, type); in setVertexAttribFormat()
480 if (setVertexAttribFormatImpl(&attrib, size, type, normalized, pureInteger, relativeOffset)) in setVertexAttribFormat()
521 bool pureInteger, in setVertexAttribPointerImpl() argument
536 bool attribDirty = setVertexAttribFormatImpl(&attrib, size, type, normalized, pureInteger, 0); in setVertexAttribPointerImpl()
Dformatutils.cpp1943 bool pureInteger) in GetVertexFormatID() argument
1951 if (pureInteger) in GetVertexFormatID()
1957 if (pureInteger) in GetVertexFormatID()
1963 if (pureInteger) in GetVertexFormatID()
1969 if (pureInteger) in GetVertexFormatID()
1984 if (pureInteger) in GetVertexFormatID()
1990 if (pureInteger) in GetVertexFormatID()
1996 if (pureInteger) in GetVertexFormatID()
2002 if (pureInteger) in GetVertexFormatID()
2017 if (pureInteger) in GetVertexFormatID()
[all …]
Dformatutils.h350 bool pureInteger; member
356 bool pureInteger);
515 ANGLE_INLINE ComponentType GetVertexAttributeComponentType(bool pureInteger, VertexAttribType type) in GetVertexAttributeComponentType() argument
517 if (pureInteger) in GetVertexAttributeComponentType()
DVertexArray.h233 bool pureInteger,
343 bool pureInteger,
357 bool pureInteger,
DState.h529 bool pureInteger,
DvalidationES.h94 bool pureInteger);
DState.cpp1929 bool pureInteger, in setVertexAttribFormat() argument
1932 getVertexArray()->setVertexAttribFormat(attribIndex, size, type, normalized, pureInteger, in setVertexAttribFormat()
DvalidationES.cpp1266 bool pureInteger) in ValidateWebGLVertexAttribPointer() argument
1284 angle::FormatID internalType = GetVertexFormatID(type, normalized, 1, pureInteger); in ValidateWebGLVertexAttribPointer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp690 ASSERT(!vertexFormat.pureInteger); in GetVertexFormatInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDynamicHLSL.cpp1218 ASSERT(!vertexFormat.normalized && !vertexFormat.pureInteger); in GenerateAttributeConversionHLSL()