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 429 unsigned int vsize = size * glSizeof(type); in glUtilsPackPointerData() 458 unsigned int vsize = size * glSizeof(type); in glUtilsWritePackPointerData()
|
D | glUtils.h | 60 size_t glSizeof(GLenum type);
|
D | GLClientState.cpp | 155 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/ |
D | GLEncoder.cpp | 593 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/ |
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 | 653 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 …]
|
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()
|