Home
last modified time | relevance | path

Searched refs:glSizeof (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DIndexRangeCache.h78 size_t end = offset + count * glSizeof(type);
79 size_t end_other = rhs.offset + rhs.count * glSizeof(rhs.type);
DIndexRangeCache.cpp66 it->first.count * glSizeof(it->first.type); in invalidateRange()
DglUtils.cpp23 size_t glSizeof(GLenum type) in glSizeof() function
430 unsigned int vsize = size * glSizeof(type); in glUtilsPackPointerData()
459 unsigned int vsize = size * glSizeof(type); in glUtilsWritePackPointerData()
DglUtils.h60 size_t glSizeof(GLenum type);
DGLClientState.cpp142 m_currVaoState[location].elementSize = size ? (glSizeof(type) * size) : 0; in setVertexAttribState()
173 m_currVaoState[location].elementSize = size ? (glSizeof(type) * size) : 0; in setVertexAttribFormat()
/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.cpp599 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()
609 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()
619 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()
631 count * glSizeof(type)); in s_glDrawElements()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.attrib175 len params glSizeof(glesv2_enc::uniformType(self, program, location))
179 len params glSizeof(glesv2_enc::uniformType(self, program, location))
585 len params glSizeof(glesv2_enc::uniformType(self, program, location))
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp648 effectiveStride = glSizeof(type) * size; in s_glVertexAttribPointer()
1120 adjustedIndices = m_fixedBuffer.alloc(glSizeof(type) * count); in recenterIndices()
1435 count * glSizeof(type)); in s_glDrawElements()
1550 count * glSizeof(type)); in s_glDrawElementsNullAEMU()
2407 glSizeof(type)), in s_glTexImage2D()
2411 ((uintptr_t)pixels % glSizeof(type)), in s_glTexImage2D()
2496 glSizeof(type)), in s_glTexSubImage2D()
3722 effectiveStride = glSizeof(type) * size; in s_glVertexAttribIPointer()
3968 glSizeof(type)), in s_glTexImage3D()
4029 glSizeof(type)), in s_glTexSubImage3D()
[all …]
Dgl2_enc.cpp2400 const unsigned int __size_params = glSizeof(glesv2_enc::uniformType(self, program, location)); in glGetUniformfv_enc()
2440 const unsigned int __size_params = glSizeof(glesv2_enc::uniformType(self, program, location)); in glGetUniformiv_enc()
6297 const unsigned int __size_params = glSizeof(glesv2_enc::uniformType(self, program, location)); in glGetUniformuiv_enc()