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.cpp577 indices = (void*)((GLintptr)buf->m_fixedBuffer.ptr() + (GLintptr)indices); in s_glDrawElements()
589 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()
599 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()
609 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()
DGLEncoder.h52 FixedBuffer m_fixedBuffer; variable
/device/generic/goldfish/opengl/system/GLESv2_enc/
DGL2Encoder.cpp607 indices = (void*)((GLintptr)buf->m_fixedBuffer.ptr() + (GLintptr)indices); in s_glDrawElements()
619 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()
629 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()
639 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); in s_glDrawElements()
DGL2Encoder.h59 FixedBuffer m_fixedBuffer; variable