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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOTests.java 103 private FusionDictionaryBufferInterface getBuffer(final File file, final int bufferType) {
107 if (bufferType == USE_BYTE_ARRAY) {
111 } else if (bufferType == USE_BYTE_BUFFER){
235 private String outputOptions(final int bufferType,
238 + ((bufferType == USE_BYTE_BUFFER) ? "byte buffer" : "byte array");
247 final int bufferType) {
249 final FusionDictionaryBufferInterface buffer = getBuffer(file, bufferType);
270 final int bufferType, final FormatSpec.FormatOptions formatOptions,
287 final long read = timeReadingAndCheckDict(file, words, bigrams, shortcuts, bufferType);
290 + " : " + outputOptions(bufferType, formatOptions)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.h 54 EGLSurface createPbufferFromClientBuffer(EGLClientBuffer, EGLenum bufferType, const EGLConfig&, EGLint* errorCode = 0);
SurfaceOpenVG.h 88 SurfaceOpenVG(EGLClientBuffer buffer, EGLenum bufferType,
SurfaceOpenVG.cpp 67 SurfaceOpenVG::SurfaceOpenVG(EGLClientBuffer buffer, EGLenum bufferType, const EGLDisplay& display, EGLConfig* confPtr, EGLint* errorCode)
77 m_eglSurface = displayManager->createPbufferFromClientBuffer(buffer, bufferType, config, errorCode);
EGLDisplayOpenVG.cpp 267 EGLClientBuffer clientBuffer, EGLenum bufferType, const EGLConfig& config, EGLint* errorCode)
270 bufferType, clientBuffer, config, 0 /* attribList */);
  /external/skia/src/gpu/
GrBufferAllocPool.h 74 enum BufferType {
83 * @param bufferType The type of buffers to create.
96 BufferType bufferType,
175 BufferType fBufferType;
GrBufferAllocPool.cpp 26 BufferType bufferType,
37 fBufferType = bufferType;
  /frameworks/wilhelm/src/itf/
IAndroidBufferQueue.c 56 SLuint16 bufferType, AdvancedBufferHeader *pBuff, bool *pEOS)
59 switch (bufferType) {
93 switch (bufferType) {
180 }// switch (bufferType)
188 switch (bufferType) {
  /frameworks/rs/
rsMesh.cpp 226 const Type *bufferType = mHal.state.vertexBuffers[ct]->getType();
227 const Element *bufferElem = bufferType->getElement();
238 numVerts = bufferType->getDimX();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java 332 GLStateType bufferType;
335 bufferType = GLStateType.ARRAY_BUFFER_BINDING;
337 bufferType = GLStateType.ELEMENT_ARRAY_BUFFER_BINDING;
344 bufferType),
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 327 private BufferType mBufferType = BufferType.NORMAL;
553 int buffertype = 0; local
605 buffertype = a.getInt(attr, buffertype);
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 159 milliseconds