• Home
  • Raw
  • Download

Lines Matching refs:attribIndex

1913                              GLuint attribIndex,  in CaptureVertexPointerES1()  argument
1917 switch (gl::GLES1Renderer::VertexArrayType(attribIndex)) in CaptureVertexPointerES1()
1959 for (GLuint attribIndex = 0; attribIndex < gl::MAX_VERTEX_ATTRIBS; ++attribIndex) in CaptureVertexArrayData() local
1961 const gl::VertexAttribute defaultAttrib(attribIndex); in CaptureVertexArrayData()
1964 const gl::VertexAttribute &attrib = vertexAttribs[attribIndex]; in CaptureVertexArrayData()
1973 gl::GLES1Renderer::VertexArrayType(attribIndex))); in CaptureVertexArrayData()
1978 CaptureEnableVertexAttribArray(*replayState, false, attribIndex)); in CaptureVertexArrayData()
1999 CaptureVertexPointerES1(setupCalls, replayState, attribIndex, attrib, binding); in CaptureVertexArrayData()
2005 *replayState, true, attribIndex, attrib.format->channelCount, in CaptureVertexArrayData()
2013 Capture(setupCalls, CaptureVertexAttribDivisor(*replayState, true, attribIndex, in CaptureVertexArrayData()
2298 for (GLuint attribIndex = 0; attribIndex < gl::MAX_VERTEX_ATTRIBS; ++attribIndex) in CaptureDefaultVertexAttribs() local
2300 const gl::VertexAttribCurrentValueData &defaultValue = currentValues[attribIndex]; in CaptureDefaultVertexAttribs()
2303 Capture(setupCalls, CaptureVertexAttrib4fv(replayState, true, attribIndex, in CaptureDefaultVertexAttribs()
4834 for (size_t attribIndex : context->getStateCache().getActiveClientAttribsMask()) in captureClientArraySnapshot() local
4836 const gl::VertexAttribute &attrib = vao->getVertexAttribute(attribIndex); in captureClientArraySnapshot()
4839 int callIndex = mClientVertexArrayMap[attribIndex]; in captureClientArraySnapshot()
4860 static_cast<uint32_t>(attribIndex)); in captureClientArraySnapshot()
4870 mClientArraySizes[attribIndex] = in captureClientArraySnapshot()
4871 std::max(mClientArraySizes[attribIndex], bytesToCapture); in captureClientArraySnapshot()