Searched defs:bufferType (Results 1 – 6 of 6) sorted by relevance
56 SLuint16 bufferType, AdvancedBufferHeader *pBuff, bool *pEOS) in setItems()
87 public static void setBufferType(TextView view, TextView.BufferType bufferType) { in setBufferType()88 view.setText(view.getText(), bufferType); in setBufferType() local
223 const Type *bufferType = mHal.state.vertexBuffers[ct]->getType(); in computeBBox() local
953 JType bufferType = bufferArgTypes.get(0); in emitJniCode() local963 JType bufferType = bufferArgTypes.get(0); in emitJniCode() local
493 MetadataBufferType bufferType = *(MetadataBufferType *)src; in extractGraphicBuffer() local
1177 BufferType bufferType = BufferType.EDITABLE; in TextView() local