Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DBufferGL.cpp266 const GLuint typeBytes = gl::GetDrawElementsTypeSize(type); in getIndexRange() local
269 count * typeBytes, GL_MAP_READ_BIT); in getIndexRange()
/external/angle/src/libANGLE/
DvalidationES.h925 GLuint typeBytes = GetDrawElementsTypeSize(type); in ValidateDrawElementsCommon() local
927 if ((reinterpret_cast<uintptr_t>(indices) & static_cast<uintptr_t>(typeBytes - 1)) != 0) in ValidateDrawElementsCommon()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp446 const GLuint typeBytes = gl::GetDrawElementsTypeSize(type); in drawElementsIndirect() local
448 reinterpret_cast<const void *>(static_cast<uintptr_t>(cmd->firstIndex * typeBytes)); in drawElementsIndirect()