Searched refs:glSizeof (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | IndexRangeCache.h | 78 size_t end = offset + count * glSizeof(type); 79 size_t end_other = rhs.offset + rhs.count * glSizeof(rhs.type);
|
D | IndexRangeCache.cpp | 66 it->first.count * glSizeof(it->first.type); in invalidateRange()
|
D | glUtils.cpp | 23 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()
|
D | glUtils.h | 60 size_t glSizeof(GLenum type);
|
D | GLClientState.cpp | 142 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/ |
D | GLEncoder.cpp | 599 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/ |
D | gles3.attrib | 175 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/ |
D | GL2Encoder.cpp | 648 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 …]
|
D | gl2_enc.cpp | 2400 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()
|