Searched refs:textureBufferOffsetAlignment (Results 1 – 6 of 6) sorted by relevance
1011 GLint textureBufferOffsetAlignment = 0; member
2984 if (offset < 0 || (offset % caps.textureBufferOffsetAlignment) != 0) in ValidateTexBufferRangeBase()
2018 if (buffer.value != 0 && (offset % caps.textureBufferOffsetAlignment) != 0) in ValidateBindBufferCommon()
2061 *params = mState.mCaps.textureBufferOffsetAlignment; in getIntegervImpl()
934 mNativeCaps.textureBufferOffsetAlignment = in ensureCapsInitialized()
1793 caps->textureBufferOffsetAlignment = in GenerateCaps()