Searched refs:vboProperty (Results 1 – 2 of 2) sorted by relevance
135 GLCompositeProperty vboProperty = (GLCompositeProperty) vbo; in updateControl() local137 IGLProperty sizeProperty = vboProperty.getProperty(GLStateType.BUFFER_SIZE); in updateControl()140 IGLProperty usageProperty = vboProperty.getProperty(GLStateType.BUFFER_USAGE); in updateControl()143 IGLProperty typeProperty = vboProperty.getProperty(GLStateType.BUFFER_TYPE); in updateControl()146 IGLProperty dataProperty = vboProperty.getProperty(GLStateType.BUFFER_DATA); in updateControl()
33 public CurrentVboPropertyAccessor(int contextId, GLEnum target, GLStateType vboProperty) { in CurrentVboPropertyAccessor() argument35 mVboProperty = vboProperty; in CurrentVboPropertyAccessor()