Searched defs:pureInteger (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | VertexArray.cpp | 449 setVertexAttribFormatImpl(VertexAttribute *attrib, GLint size, VertexAttribType type, bool normalized, bool pureInteger, GLuint relativeOffset) setVertexAttribFormatImpl() argument 468 setVertexAttribFormat(size_t attribIndex, GLint size, VertexAttribType type, bool normalized, bool pureInteger, GLuint relativeOffset) setVertexAttribFormat() argument
|
H A D | formatutils.h | 350 bool pureInteger; member 515 ANGLE_INLINE ComponentType GetVertexAttributeComponentType(bool pureInteger, VertexAttribType type) in GetVertexAttributeComponentType() argument
|
H A D | State.cpp | 1925 setVertexAttribFormat(GLuint attribIndex, GLint size, VertexAttribType type, bool normalized, bool pureInteger, GLuint relativeOffset) setVertexAttribFormat() argument
|
H A D | formatutils.cpp | 1940 GetVertexFormatID(VertexAttribType type, GLboolean normalized, GLuint components, bool pureInteger) GetVertexFormatID() argument [all...] |
H A D | validationES.cpp | 1260 ValidateWebGLVertexAttribPointer(const Context *context, angle::EntryPoint entryPoint, VertexAttribType type, GLboolean normalized, GLsizei stride, const void *ptr, bool pureInteger) ValidateWebGLVertexAttribPointer() argument
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.cpp | 849 setVertexAttribState(unsigned int attribNum, Buffer *boundBuffer, GLint size, GLenum type, bool normalized, bool pureInteger, GLsizei stride, const void *pointer) setVertexAttribState() argument
|
Completed in 28 milliseconds