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