Searched refs:elementSize (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLClientState.cpp | 184 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/ |
D | GLEncoder.cpp | 422 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/ |
D | GLClientState.h | 180 unsigned int elementSize; member
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GL2Encoder.cpp | 1358 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/ |
D | resources.adoc | 3545 address(x,y,z,layer) = layer*arrayPitch + z*depthPitch + y*rowPitch + x*elementSize + offset
|