Home
last modified time | relevance | path

Searched refs:effectiveStride (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp223 bindingState[i].effectiveStride = 16; in addVertexArrayObject()
321 bindings[i].effectiveStride = 16; in sClearIndexedBufferBinding()
418 …ndex, GLuint buffer, GLintptr offset, GLsizeiptr size, GLintptr stride, GLintptr effectiveStride) { in bindIndexedBuffer() argument
449 m_currVaoState.bufferBinding(index).effectiveStride = effectiveStride; in bindIndexedBuffer()
1748 buf0Binding.effectiveStride = 0; in initFromCaps()
DGLClientState.h138 GLintptr effectiveStride; member
234 …index, GLuint buffer, GLintptr offset, GLsizeiptr size, GLintptr stride, GLintptr effectiveStride);
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp500 GLsizei effectiveStride = stride; in s_glVertexAttribPointer() local
502 effectiveStride = glSizeof(type) * size; in s_glVertexAttribPointer()
506 effectiveStride /= 4; in s_glVertexAttribPointer()
513 …ndexedBuffer(0, indx, ctx->m_state->currentArrayVbo(), (uintptr_t)ptr, 0, stride, effectiveStride); in s_glVertexAttribPointer()
941 int effectiveStride = curr_binding.effectiveStride; in sendVertexAttributes() local
944 int firstIndex = effectiveStride * first; in sendVertexAttributes()
956 … __FUNCTION__, i, divisor, state.stride, effectiveStride, state.elementSize, state.type, datalen); in sendVertexAttributes()
983 … unsigned int bufLen = effectiveStride * (count ? (count - 1) : 0) + state.elementSize; in sendVertexAttributes()
986 … bufLen = effectiveStride * (actual_count ? (actual_count - 1) : 0) + state.elementSize; in sendVertexAttributes()
3113 GLsizei effectiveStride = stride; in s_glVertexAttribIPointer() local
[all …]