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

  /development/tools/emulator/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 94 m_states[location].elementSize = glSizeof(type) * size;
  /sdk/emulator/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 94 m_states[location].elementSize = glSizeof(type) * size;
  /development/tools/emulator/opengl/system/GLESv1_enc/
GLEncoder.cpp 565 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count);
575 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count);
587 count * glSizeof(type));
    [all...]
  /development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.cpp 499 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count);
509 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count);
521 count * glSizeof(type));
    [all...]
gl2_enc.cpp     [all...]

Completed in 171 milliseconds