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

  /external/chromium_org/third_party/angle/src/common/
blocklayout.cpp 56 const BlockMemberInfo memberInfo(mCurrentOffset * BytesPerComponent, arrayStride * BytesPerComponent, matrixStride * BytesPerComponent, field.isRowMajorMatrix);
73 const BlockMemberInfo memberInfo(mCurrentOffset * BytesPerComponent, arrayStride * BytesPerComponent, matrixStride * BytesPerComponent, isRowMajorMatrix);
106 ASSERT(gl::UniformComponentSize(gl::UniformComponentType(type)) == BytesPerComponent);
176 ASSERT(gl::UniformComponentSize(gl::UniformComponentType(type)) == BytesPerComponent);
279 const size_t registerBytes = (encoder->BytesPerComponent * encoder->ComponentsPerRegister);
323 const size_t registerBytes = (encoder.BytesPerComponent * encoder.ComponentsPerRegister)
    [all...]
blocklayout.h 36 size_t getBlockSize() const { return mCurrentOffset * BytesPerComponent; }
38 static const size_t BytesPerComponent = 4u;

Completed in 81 milliseconds