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
429 unsigned int vsize = size * glSizeof(type); in glUtilsPackPointerData()
458 unsigned int vsize = size * glSizeof(type); in glUtilsWritePackPointerData()
DglUtils.h60 size_t glSizeof(GLenum type);
DGLClientState.cpp155 m_currVaoState[location].elementSize = size ? (glSizeof(type) * size) : 0; in setVertexAttribState()
189 m_currVaoState[location].elementSize = size ? (glSizeof(type) * size) : 0; in setVertexAttribFormat()
/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.cpp593 ctx->m_fixedBuffer.resize(glSizeof(type) * count); in s_glDrawElements()
604 ctx->m_fixedBuffer.resize(glSizeof(type) * count); in s_glDrawElements()
615 ctx->m_fixedBuffer.resize(glSizeof(type) * count); in s_glDrawElements()
628 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.cpp653 effectiveStride = glSizeof(type) * size; in s_glVertexAttribPointer()
1125 m_fixedBuffer.resize(glSizeof(type) * count); in recenterIndices()
1420 count * glSizeof(type)); in s_glDrawElements()
1536 count * glSizeof(type)); in s_glDrawElementsNullAEMU()
2388 glSizeof(type)), in s_glTexImage2D()
2392 ((uintptr_t)pixels % glSizeof(type)), in s_glTexImage2D()
2477 glSizeof(type)), in s_glTexSubImage2D()
3714 effectiveStride = glSizeof(type) * size; in s_glVertexAttribIPointer()
3960 glSizeof(type)), in s_glTexImage3D()
4021 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()