Home
last modified time | relevance | path

Searched refs:getArrayBuffer (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.h603 Buffer *getArrayBuffer() const;
DContext.cpp1535 Buffer *Context::getArrayBuffer() const in getArrayBuffer() function in es2::Context
1636 *buffer = getArrayBuffer(); in getBuffer()
DlibGLESv3.cpp1850 …context->setVertexAttribState(index, context->getArrayBuffer(), size, type, false, true, stride, p… in VertexAttribIPointer()
DlibGLESv2.cpp5623 …context->setVertexAttribState(index, context->getArrayBuffer(), size, type, (normalized != GL_FALS… in VertexAttribPointer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h434 ANGLE_INLINE Buffer *getArrayBuffer() const { return getTargetBuffer(BufferBinding::Array); } in getArrayBuffer() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp2021 if (buffer != replayState->getArrayBuffer()) in CaptureVertexArrayState()
2603 if (buffer != replayState.getArrayBuffer()) in CaptureShareGroupMidExecutionSetup()
3238 const gl::Buffer *arrayBuffer = replayState.getArrayBuffer(); in CaptureMidExecutionSetup()