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

1 2

  /libcore/benchmarks/src/benchmarks/regression/
ByteBufferScalarVersusVectorBenchmark.java 32 @Param private ByteBufferBenchmark.MyBufferType bufferType;
35 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
36 ByteBuffer dst = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
ByteBufferBenchmark.java 45 @Param private MyBufferType bufferType;
47 public static ByteBuffer newBuffer(MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws IOException {
50 switch (bufferType) {
81 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
91 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
102 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
112 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
122 CharBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asCharBuffer();
133 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
143 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
    [all...]
R.java     [all...]
  /frameworks/rs/
rsMesh.cpp 223 const Type *bufferType = mHal.state.vertexBuffers[ct]->getType();
224 const Element *bufferElem = bufferType->getElement();
235 numVerts = bufferType->getDimX();
  /hardware/qcom/display/msm8084/libgralloc/
gpu.cpp 56 buffer_handle_t* pHandle, int bufferType,
104 if (bufferType == BUFFER_TYPE_VIDEO) {
159 bufferType, format, width, height, eData.fd, eData.offset,
176 int *bufferType)
178 *bufferType = BUFFER_TYPE_VIDEO;
182 *bufferType = BUFFER_TYPE_UI;
185 *bufferType = BUFFER_TYPE_UI;
268 int bufferType;
288 getGrallocInformationFromFormat(grallocFormat, &bufferType);
309 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
    [all...]
gralloc_priv.h 216 int bufferType;
233 private_handle_t(int fd, size_t size, int flags, int bufferType,
237 flags(flags), size(size), offset(0), bufferType(bufferType),
  /hardware/qcom/display/msm8226/libgralloc/
gpu.cpp 55 buffer_handle_t* pHandle, int bufferType,
103 if (bufferType == BUFFER_TYPE_VIDEO) {
162 bufferType, format, width, height, eData.fd, eData.offset,
179 int *bufferType)
181 *bufferType = BUFFER_TYPE_VIDEO;
185 *bufferType = BUFFER_TYPE_UI;
188 *bufferType = BUFFER_TYPE_UI;
271 int bufferType;
291 getGrallocInformationFromFormat(grallocFormat, &bufferType);
312 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
    [all...]
gralloc_priv.h 218 int bufferType;
236 private_handle_t(int fd, unsigned int size, int flags, int bufferType,
240 flags(flags), size(size), offset(0), bufferType(bufferType),
  /hardware/qcom/display/msm8960/libgralloc/
gpu.cpp 56 buffer_handle_t* pHandle, int bufferType,
106 if (bufferType == BUFFER_TYPE_VIDEO) {
146 bufferType, format, width, height, eData.fd, eData.offset,
162 int *bufferType)
164 *bufferType = BUFFER_TYPE_VIDEO;
168 *bufferType = BUFFER_TYPE_UI;
171 *bufferType = BUFFER_TYPE_UI;
254 int bufferType;
268 getGrallocInformationFromFormat(grallocFormat, &bufferType);
279 bufferType = BUFFER_TYPE_VIDEO
    [all...]
gralloc_priv.h 177 int bufferType;
192 private_handle_t(int fd, int size, int flags, int bufferType,
196 flags(flags), size(size), offset(0), bufferType(bufferType),
  /hardware/qcom/display/msm8974/libgralloc/
gpu.cpp 55 buffer_handle_t* pHandle, int bufferType,
107 if (bufferType == BUFFER_TYPE_VIDEO) {
152 bufferType, format, width, height, eData.fd, eData.offset,
168 int *bufferType)
170 *bufferType = BUFFER_TYPE_VIDEO;
174 *bufferType = BUFFER_TYPE_UI;
177 *bufferType = BUFFER_TYPE_UI;
260 int bufferType;
283 getGrallocInformationFromFormat(grallocFormat, &bufferType);
294 bufferType = BUFFER_TYPE_VIDEO
    [all...]
gralloc_priv.h 174 int bufferType;
189 private_handle_t(int fd, int size, int flags, int bufferType,
193 flags(flags), size(size), offset(0), bufferType(bufferType),
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
audio_device_test_api.cc     [all...]
  /frameworks/av/media/libstagefright/omx/
SoftVideoEncoderOMXComponent.cpp 484 MetadataBufferType bufferType = *(MetadataBufferType *)src;
485 bool usingGraphicBuffer = bufferType == kMetadataBufferTypeGraphicBuffer;
486 if (!usingGraphicBuffer && bufferType != kMetadataBufferTypeGrallocSource) {
487 ALOGE("Unsupported metadata type (%d)", bufferType);
  /hardware/intel/common/libwsbm/src/
wsbm_manager.c 78 unsigned bufferType;
437 if (buf->bufferType == WSBM_BUFFER_SIMPLE) {
470 if (buf->bufferType == WSBM_BUFFER_SIMPLE) {
496 if (buf->bufferType == WSBM_BUFFER_SIMPLE)
516 if (buf->bufferType == WSBM_BUFFER_REF)
629 if (buf->bufferType == WSBM_BUFFER_SIMPLE)
649 if (buf->bufferType == WSBM_BUFFER_REF)
815 if (buf->bufferType == WSBM_BUFFER_SIMPLE)
917 buf->bufferType = WSBM_BUFFER_REF;
958 buf->bufferType = WSBM_BUFFER_SIMPLE
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java 340 GLStateType bufferType;
343 bufferType = GLStateType.ARRAY_BUFFER_BINDING;
345 bufferType = GLStateType.ELEMENT_ARRAY_BUFFER_BINDING;
352 bufferType),
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 507 private BufferType mBufferType = BufferType.NORMAL;
771 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 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 1578 milliseconds

1 2