HomeSort by relevance Sort by last modified time
    Searched refs:glSizeof (Results 1 - 6 of 6) sorted by null

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.h 49 size_t glSizeof(GLenum type);
glUtils.cpp 21 size_t glSizeof(GLenum type)
335 unsigned int vsize = size * glSizeof(type);
355 unsigned int vsize = size * glSizeof(type);
GLClientState.cpp 95 m_states[location].elementSize = glSizeof(type) * size;
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.cpp 567 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count);
577 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count);
589 count * glSizeof(type));
    [all...]