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

  /external/flatbuffers/include/flatbuffers/
reflection.h 43 inline size_t GetTypeSize(reflection::BaseType base_type) {
58 return GetTypeSize(base_type);
72 assert(sizeof(T) == GetTypeSize(field.type()->base_type()));
78 assert(sizeof(T) == GetTypeSize(field.type()->base_type()));
85 assert(sizeof(T) == GetTypeSize(field.type()->base_type()));
93 assert(sizeof(T) == GetTypeSize(field.type()->base_type()));
109 sizeof(T) == GetTypeSize(field.type()->element()));
212 return GetAnyValueI(elem_type, vec->Data() + GetTypeSize(elem_type) * i);
218 return GetAnyValueF(elem_type, vec->Data() + GetTypeSize(elem_type) * i);
224 return GetAnyValueS(elem_type, vec->Data() + GetTypeSize(elem_type) * i
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
utilities.h 59 size_t GetTypeSize(GLenum type);
utilities.cpp 1136 size_t GetTypeSize(GLenum type)
    [all...]
Context.cpp     [all...]
  /external/flatbuffers/src/
reflection.cpp 430 auto element_size = GetTypeSize(element_base_type);
473 auto size = GetTypeSize(base_type);
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.cpp 241 const GLuint basic_size = GetTypeSize(m_basic_type);
368 GLuint N = GetTypeSize(m_basic_type);
423 const GLuint basic_size = GetTypeSize(m_basic_type);
533 const GLuint basic_type_size = GetTypeSize(m_basic_type);
684 GLuint Type::GetTypeSize(TYPES type)
    [all...]
gl4cEnhancedLayoutsTests.hpp 84 static glw::GLuint GetTypeSize(TYPES type);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]

Completed in 401 milliseconds