Home
last modified time | relevance | path

Searched refs:elementSize (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp184 m_currVaoState[location].elementSize = size ? (glSizeof(type) * size) : 0; in setVertexAttribState()
188 m_currVaoState[location].elementSize = in setVertexAttribState()
189 m_currVaoState[location].elementSize / 4; in setVertexAttribState()
218 m_currVaoState[location].elementSize = size ? (glSizeof(type) * size) : 0; in setVertexAttribFormat()
222 m_currVaoState[location].elementSize = in setVertexAttribFormat()
223 m_currVaoState[location].elementSize / 4; in setVertexAttribFormat()
/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoder.cpp422 unsigned int datalen = state.elementSize * count; in sendVertexData()
424 if (stride == 0) stride = state.elementSize; in sendVertexData()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h180 unsigned int elementSize; member
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp1358 unsigned int datalen = state.elementSize * count; in sendVertexAttributes()
1361 … __FUNCTION__, i, divisor, state.stride, effectiveStride, state.elementSize, state.type, datalen); in sendVertexAttributes()
1363 datalen = state.elementSize * actual_count; in sendVertexAttributes()
1366 if (state.elementSize == 0) { in sendVertexAttributes()
1392 … unsigned int bufLen = effectiveStride * (count ? (count - 1) : 0) + state.elementSize; in sendVertexAttributes()
1395 … bufLen = effectiveStride * (actual_count ? (actual_count - 1) : 0) + state.elementSize; in sendVertexAttributes()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dresources.adoc3545 address(x,y,z,layer) = layer*arrayPitch + z*depthPitch + y*rowPitch + x*elementSize + offset