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

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
IndexRangeCache.h 80 size_t end = offset + count * glSizeof(type);
81 size_t end_other = rhs.offset + rhs.count * glSizeof(rhs.type);
IndexRangeCache.cpp 71 it->first.count * glSizeof(it->first.type);
glUtils.cpp 23 size_t glSizeof(GLenum type)
405 unsigned int vsize = size * glSizeof(type);
434 unsigned int vsize = size * glSizeof(type);
glUtils.h 54 size_t glSizeof(GLenum type);
GLClientState.cpp 136 m_currVaoState[location].elementSize = size ? (glSizeof(type) * size) : 0;
167 m_currVaoState[location].elementSize = size ? (glSizeof(type) * size) : 0;
    [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
GLEncoder.cpp 588 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count);
598 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count);
608 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count);
620 count * glSizeof(type));
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.cpp 604 effectiveStride = glSizeof(type) * size;
959 adjustedIndices = m_fixedBuffer.alloc(glSizeof(type) * count);
    [all...]
gl2_enc.cpp     [all...]

Completed in 330 milliseconds