HomeSort by relevance Sort by last modified time
    Searched defs:BufferType (Results 1 - 25 of 43) sorted by null

1 2

  /development/samples/ApiDemos/src/com/example/android/apis/app/
ReceiveResult.java 91 mResults.setText(mResults.getText(), TextView.BufferType.EDITABLE);
FragmentReceiveResult.java 89 mResults.setText(mResults.getText(), TextView.BufferType.EDITABLE);
  /external/chromium_org/third_party/skia/src/gpu/
GrBufferAllocPool.h 69 enum BufferType {
78 * @param bufferType The type of buffers to create.
91 BufferType bufferType,
170 BufferType fBufferType;
  /external/chromium_org/third_party/webrtc/modules/audio_device/include/
audio_device.h 40 enum BufferType {
157 virtual int32_t SetPlayoutBuffer(const BufferType type,
159 virtual int32_t PlayoutBuffer(BufferType* type, uint16_t* sizeMS) const = 0;
  /external/skia/src/gpu/
GrBufferAllocPool.h 69 enum BufferType {
78 * @param bufferType The type of buffers to create.
91 BufferType bufferType,
170 BufferType fBufferType;
  /frameworks/base/libs/hwui/
PixelBuffer.h 46 enum BufferType {
67 BufferType type = kBufferType_Auto);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
HierarchicalFolderSelectorAdapter.java 65 : truncateHierarchy(row.mPathName), TextView.BufferType.SPANNABLE);
67 display.setText(displayText, TextView.BufferType.SPANNABLE);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentReceiveResultSupport.java 91 mResults.setText(mResults.getText(), TextView.BufferType.EDITABLE);
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBAny.h 101 BufferType,
142 // Only one of the following should ever be in use at any given time, except that BufferType uses two and BufferKeyAndKeyPathType uses four.
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_api.h 319 } BufferType;
333 BufferType type; /* window, pixmap, pbuffer or glxwindow */
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 319 } BufferType;
333 BufferType type; /* window, pixmap, pbuffer or glxwindow */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 36 BufferType = buffer
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 36 BufferType = buffer
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ncrypt.h 52 ULONG BufferType;
bcrypt.h 173 ULONG BufferType;
sspi.h 168 unsigned __LONG32 BufferType;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesaP.h 132 } BufferType;
190 BufferType type; /* window, pixmap, pbuffer or glxwindow */
  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 132 } BufferType;
190 BufferType type; /* window, pixmap, pbuffer or glxwindow */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ide.h 45 USHORT BufferType; /* 40 */
120 USHORT BufferType; /* 40 */
  /frameworks/base/core/java/android/widget/
TextView.java 504 private BufferType mBufferType = BufferType.NORMAL;
767 int buffertype = 0; local
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 629 milliseconds

1 2