Home
last modified time | relevance | path

Searched refs:m_fixedBuffer (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DGLSharedGroup.h44 FixedBuffer m_fixedBuffer; member
DGLSharedGroup.cpp34 if (size>0) buffer = m_fixedBuffer.alloc(size); in BufferData()
280 memcpy((char*)buf->m_fixedBuffer.ptr() + offset, data, size); in subUpdateBufferData()
/device/generic/goldfish/opengl/system/GLESv1_enc/
DGLEncoder.h51 FixedBuffer m_fixedBuffer; variable
DGLEncoder.cpp555 indices = (void*)((GLintptr)buf->m_fixedBuffer.ptr() + (GLintptr)indices); in s_glDrawElements()
567 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()
577 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()
/device/generic/goldfish/opengl/system/GLESv2_enc/
DGL2Encoder.h57 FixedBuffer m_fixedBuffer; variable
DGL2Encoder.cpp507 indices = (void*)((GLintptr)buf->m_fixedBuffer.ptr() + (GLintptr)indices); in s_glDrawElements()
519 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()
529 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()