Home
last modified time | relevance | path

Searched refs:getVertexAttribute (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DVertexArray.h34 const VertexAttribute& getVertexAttribute(size_t attributeIndex) const;
DVertexArray.cpp49 const VertexAttribute& VertexArray::getVertexAttribute(size_t attributeIndex) const in getVertexAttribute() function in es2::VertexArray
DContext.cpp846 return getCurrentVertexArray()->getVertexAttribute(attribNum); in getVertexAttribState()
857 return getCurrentVertexArray()->getVertexAttribute(attribNum).mPointer; in getVertexAttribPointer()
1506 if(active && getCurrentVertexArray()->getVertexAttribute(attributeIndex).mDivisor == 0) in hasZeroDivisor()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVertexArray.h50 const VertexAttribute &getVertexAttribute(size_t attribIndex) const in getVertexAttribute() function
200 const VertexAttribute &getVertexAttribute(size_t attribIndex) const;
DVertexArray.cpp226 const VertexAttribute &VertexArray::getVertexAttribute(size_t attribIndex) const in getVertexAttribute() function in gl::VertexArray
DState.cpp2264 return getVertexArray()->getVertexAttribute(attribNum).pointer; in getVertexAttribPointer()
3103 QueryVertexAttribPointerv(getVertexArray()->getVertexAttribute( in getPointerv()
DContext.cpp5858 QueryVertexAttribiv(vao->getVertexAttribute(index), vao->getBindingFromAttribIndex(index), in getVertexAttribivImpl()
5881 QueryVertexAttribfv(vao->getVertexAttribute(index), vao->getBindingFromAttribIndex(index), in getVertexAttribfv()
5899 QueryVertexAttribIiv(vao->getVertexAttribute(index), vao->getBindingFromAttribIndex(index), in getVertexAttribIiv()
5917 QueryVertexAttribIuiv(vao->getVertexAttribute(index), vao->getBindingFromAttribIndex(index), in getVertexAttribIuiv()
5932 const VertexAttribute &attrib = getState().getVertexArray()->getVertexAttribute(index); in getVertexAttribPointerv()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DVertexArrayGL.cpp624 const bool enabled = mState.getVertexAttribute(attribIndex).enabled && in updateAttribEnabled()
650 const VertexAttribute &attrib = mState.getVertexAttribute(attribIndex); in updateAttribPointer()
753 const VertexAttribute &attrib = mState.getVertexAttribute(attribIndex); in updateAttribFormat()
786 GLuint bindingIndex = mState.getVertexAttribute(attribIndex).bindingIndex; in updateAttribBinding()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DVertexArray11.cpp219 const gl::VertexAttribute &attrib = mState.getVertexAttribute(attribIndex); in updateVertexAttribStorage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp5556 const gl::VertexAttribute &attrib = vao->getVertexAttribute(attribIndex); in captureClientArraySnapshot()