Searched refs:isNorm (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/renderer/gl/ |
D | VertexArrayGL.cpp | 705 ASSERT(!format.isNorm()); in callVertexAttribPointer() 712 gl::ToGLenum(format.vertexAttribType), format.isNorm(), in callVertexAttribPointer() 743 ASSERT(!format.isNorm()); in updateAttribFormat() 751 gl::ToGLenum(format.vertexAttribType), format.isNorm(), in updateAttribFormat() 1021 functions, index, attribute.format->isNorm(), GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, in validateState()
|
D | ContextGL.cpp | 396 attrib.format->isNorm(), in updateAttributesForBaseInstance() 429 gl::ToGLenum(attrib.format->vertexAttribType), attrib.format->isNorm(), in resetUpdatedAttributes()
|
/external/angle/src/libANGLE/renderer/ |
D | Format.h | 66 constexpr bool isNorm() const { return isSnorm() || isUnorm(); } in isNorm() function
|
/external/angle/src/libANGLE/ |
D | queryutils.cpp | 618 CastFromStateValue<ParamType>(pname, static_cast<GLint>(attrib.format->isNorm())); in QueryVertexAttribBase()
|
/external/angle/src/libANGLE/capture/ |
D | FrameCapture.cpp | 2006 attrib.format->vertexAttribType, attrib.format->isNorm(), in CaptureVertexArrayData()
|