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

  /external/chromium_org/third_party/angle/src/common/
utilities.h 21 size_t VariableComponentSize(GLenum type);
utilities.cpp 78 size_t VariableComponentSize(GLenum type)
95 return VariableComponentSize(VariableComponentType(type)) * VariableRowCount(type) * 4;
100 return VariableComponentSize(VariableComponentType(type)) * VariableComponentCount(type);
blocklayout.cpp 58 ASSERT(gl::VariableComponentSize(gl::VariableComponentType(type)) == BytesPerComponent);
127 ASSERT(gl::VariableComponentSize(gl::VariableComponentType(type)) == BytesPerComponent);

Completed in 116 milliseconds