| /frameworks/base/awt/java/awt/image/ |
| D | ByteLookupTable.java | 51 public ByteLookupTable(int offset, byte[] data) { in ByteLookupTable() 70 public ByteLookupTable(int offset, byte[][] data) { in ByteLookupTable() 97 int offset = getOffset(); in lookupPixel() local 127 int offset = getOffset(); in lookupPixel() local
|
| D | ShortLookupTable.java | 51 public ShortLookupTable(int offset, short[] data) { in ShortLookupTable() 68 public ShortLookupTable(int offset, short[][] data) { in ShortLookupTable() 104 int offset = getOffset(); in lookupPixel() local 124 int offset = getOffset(); in lookupPixel() local
|
| D | LookupTable.java | 41 private int offset; field in LookupTable 57 protected LookupTable(int offset, int numComponents) { in LookupTable()
|
| /frameworks/base/opengl/java/android/opengl/ |
| D | GLWrapperBase.java | 64 public void glColorPointer(int size, int type, int stride, int offset) { in glColorPointer() 68 public void glNormalPointer(int type, int stride, int offset) { in glNormalPointer() 72 public void glTexCoordPointer(int size, int type, int stride, int offset) { in glTexCoordPointer() 76 public void glVertexPointer(int size, int type, int stride, int offset) { in glVertexPointer() 80 public void glDrawElements(int mode, int count, int type, int offset) { in glDrawElements() 92 public void glBufferSubData(int target, int offset, int size, Buffer data) { in glBufferSubData() 100 public void glDeleteBuffers(int n, int[] buffers, int offset) { in glDeleteBuffers() 108 public void glGenBuffers(int n, int[] buffers, int offset) { in glGenBuffers() 116 public void glGetBooleanv(int pname, boolean[] params, int offset) { in glGetBooleanv() 124 public void glGetBufferParameteriv(int target, int pname, int[] params, int offset) { in glGetBufferParameteriv() [all …]
|
| D | GLES11.java | 173 int offset, in glBufferSubData() 183 int offset in glClipPlanef() 198 int offset in glClipPlanex() 223 int offset in glColorPointer() 231 int offset in glDeleteBuffers() 247 int offset in glDrawElements() 255 int offset in glGenBuffers() 270 int offset in glGetBooleanv() 286 int offset in glGetBufferParameteriv() 302 int offset in glGetClipPlanef() [all …]
|
| D | GLES11Ext.java | 188 int offset in glDrawTexsvOES() 201 int offset in glDrawTexivOES() 214 int offset in glDrawTexxvOES() 237 int offset in glDrawTexfvOES() 287 int offset in glClipPlanexOES() 325 int offset in glFogxvOES() 351 int offset in glGetClipPlanexOES() 366 int offset in glGetFixedvOES() 382 int offset in glGetLightxvOES() 399 int offset in glGetMaterialxvOES() [all …]
|
| D | GLLogWrapper.java | 118 private void arg(String name, int n, int[] arr, int offset) { in arg() 122 private void arg(String name, int n, short[] arr, int offset) { in arg() 126 private void arg(String name, int n, float[] arr, int offset) { in arg() 144 private String toString(int n, int format, int[] arr, int offset) { in toString() 162 private String toString(int n, short[] arr, int offset) { in toString() 180 private String toString(int n, float[] arr, int offset) { in toString() 1032 int offset = byteBuffer.arrayOffset(); in toCharIndices() local 1422 public void glDeleteTextures(int n, int[] textures, int offset) { in glDeleteTextures() 1605 public void glFogfv(int pname, float[] params, int offset) { in glFogfv() 1636 public void glFogxv(int pname, int[] params, int offset) { in glFogxv() [all …]
|
| /frameworks/base/tests/AndroidTests/src/com/android/unit_tests/ |
| D | BitwiseStreamsTest.java | 35 int offset = 3; in testOne() local 50 int offset = 3; in testTwo() local 64 int offset = 4; in testThree() local 78 int offset = 7; in testFour() local 119 int offset = run % 8; in testSix() local
|
| /frameworks/base/awt/javax/imageio/stream/ |
| D | IIOByteBuffer.java | 45 private int offset; field in IIOByteBuffer 62 public IIOByteBuffer(byte[] data, int offset, int length) { in IIOByteBuffer() 121 public void setOffset(int offset) { in setOffset()
|
| /frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
| D | GL11.java | 161 int offset, in glBufferSubData() 169 int offset in glClipPlanef() 180 int offset in glClipPlanex() 199 int offset in glColorPointer() 205 int offset in glDeleteBuffers() 217 int offset in glDrawElements() 223 int offset in glGenBuffers() 234 int offset in glGetBooleanv() 246 int offset in glGetBufferParameteriv() 258 int offset in glGetClipPlanef() [all …]
|
| D | GL11Ext.java | 40 void glTexParameterfv(int target, int pname, float[] param, int offset); in glTexParameterfv() 56 int offset in glDrawTexfvOES() 73 int offset in glDrawTexivOES() 90 int offset in glDrawTexsvOES() 107 int offset in glDrawTexxvOES() 136 int offset in glMatrixIndexPointerOES() 150 int offset in glWeightPointerOES()
|
| D | GL11ExtensionPack.java | 170 int offset in glDeleteFramebuffersOES() 181 int offset in glDeleteRenderbuffersOES() 215 int offset in glGenFramebuffersOES() 226 int offset in glGenRenderbuffersOES() 239 int offset in glGetFramebufferAttachmentParameterivOES() 252 int offset in glGetIntegerv() 264 int offset in glGetRenderbufferParameterivOES() 277 int offset in glGetTexGenfv() 290 int offset in glGetTexGeniv() 303 int offset in glGetTexGenxv() [all …]
|
| /frameworks/base/core/jni/ |
| D | CursorWindow.cpp | 169 uint32_t offset = mFreeOffset + padding; in alloc() local 266 void CursorWindow::copyIn(uint32_t offset, uint8_t const * data, size_t size) in copyIn() 272 void CursorWindow::copyIn(uint32_t offset, int64_t data) in copyIn() 278 void CursorWindow::copyIn(uint32_t offset, double data) in copyIn() 284 void CursorWindow::copyOut(uint32_t offset, uint8_t * data, size_t size) in copyOut() 290 int64_t CursorWindow::copyOutLong(uint32_t offset) in copyOutLong() 298 double CursorWindow::copyOutDouble(uint32_t offset) in copyOutDouble() 316 int offset = alloc(sizeof(int64_t)); in putLong() local 340 int offset = alloc(sizeof(int64_t)); in putDouble() local
|
| D | android_opengl_GLES11.cpp | 94 jint offset; in getPointer() local 168 (JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) { in android_glBufferSubData__IIILjava_nio_Buffer_2() 194 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanef__I_3FI() 245 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanex__I_3II() 308 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) { in android_glColorPointer__IIII() 320 (JNIEnv *_env, jobject _this, jint n, jintArray buffers_ref, jint offset) { in android_glDeleteBuffers__I_3II() 381 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint offset) { in android_glDrawElements__IIII() 393 (JNIEnv *_env, jobject _this, jint n, jintArray buffers_ref, jint offset) { in android_glGenBuffers__I_3II() 460 (JNIEnv *_env, jobject _this, jint pname, jbooleanArray params_ref, jint offset) { in android_glGetBooleanv__I_3ZI() 515 (JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) { in android_glGetBufferParameteriv__II_3II() [all …]
|
| /frameworks/base/libs/binder/ |
| D | MemoryBase.cpp | 29 ssize_t offset, size_t size) in MemoryBase() 34 sp<IMemoryHeap> MemoryBase::getMemory(ssize_t* offset, size_t* size) const in getMemory()
|
| D | MemoryDealer.cpp | 63 const sp<MemoryDealer>& dealer, ssize_t offset, size_t size, in Allocation() 80 ssize_t* offset, size_t* size) const in getMemory() 112 const ssize_t offset = allocator()->allocate(size, flags); in allocate() local 131 void MemoryDealer::deallocate(size_t offset) in deallocate() 178 ssize_t offset = alloc(size, flags); in allocate() local 182 status_t SimpleBestFitAllocator::deallocate(size_t offset) in deallocate() 364 sp<IMemory> SharedHeap::mapMemory(size_t offset, size_t size) in mapMemory() 371 ssize_t offset, size_t size) in SimpleMemory()
|
| D | MemoryHeapPmem.cpp | 67 ssize_t offset, size_t size) in SubRegionMemory() 89 sp<IMemoryHeap> SubRegionMemory::getMemory(ssize_t* offset, size_t* size) const in getMemory() 169 sp<IMemory> MemoryHeapPmem::mapMemory(size_t offset, size_t size) in mapMemory() 180 size_t offset, size_t size) in createMemory()
|
| /frameworks/base/opengl/java/com/google/android/gles_jni/ |
| D | GLImpl.java | 282 int offset in glDeleteTextures() 381 int offset in glFogfv() 403 int offset in glFogxv() 446 int offset in glGenTextures() 466 int offset in glGetIntegerv() 511 int offset in glLightModelfv() 533 int offset in glLightModelxv() 557 int offset in glLightfv() 582 int offset in glLightxv() 614 int offset in glLoadMatrixf() [all …]
|
| /frameworks/base/awt/java/awt/font/ |
| D | TextHitInfo.java | 110 public TextHitInfo getOffsetHit(int offset) { in getOffsetHit() 199 public static TextHitInfo beforeOffset(int offset) { in beforeOffset() 212 public static TextHitInfo afterOffset(int offset) { in afterOffset()
|
| /frameworks/base/awt/org/apache/harmony/x/imageio/stream/ |
| D | RandomAccessMemoryCache.java | 67 public void putData(byte[] buffer, int offset, int count, long pos) { in putData() 100 public int getData(byte[] buffer, int offset, int count, long pos) { in getData() 177 int offset = (int) (startPos & BLOCK_MASK); in appendData() local 211 int offset = (int) (pos & BLOCK_MASK); in getData() local
|
| /frameworks/base/libs/rs/ |
| D | rsType.cpp | 89 size_t offset = 0; in compute() local 114 uint32_t offset = mLODs[lod].mOffset; in getLODOffset() local 121 uint32_t offset = mLODs[lod].mOffset; in getLODOffset() local 128 uint32_t offset = mLODs[lod].mOffset; in getLODOffset() local
|
| /frameworks/base/media/libstagefright/ |
| D | MmapSource.cpp | 52 MmapSource::MmapSource(int fd, int64_t offset, int64_t length) in MmapSource() 85 ssize_t MmapSource::read_at(off_t offset, void *data, size_t size) { in read_at()
|
| D | ESDS.cpp | 55 size_t offset, size_t size, in skipDescriptorHeader() 106 status_t ESDS::parseESDescriptor(size_t offset, size_t size) { in parseESDescriptor() 162 status_t ESDS::parseDecoderConfigDescriptor(size_t offset, size_t size) { in parseDecoderConfigDescriptor()
|
| /frameworks/base/opengl/libagl/ |
| D | mipmap.cpp | 62 size_t offset = (y*2) * bs; in buildAPyramid() local 84 size_t offset = (y*2) * bs; in buildAPyramid() local 104 size_t offset = (y*2) * bs; in buildAPyramid() local 142 size_t offset = (y*2) * bs; in buildAPyramid() local 160 size_t offset = (y*2) * bs; in buildAPyramid() local
|
| /frameworks/base/core/java/com/android/internal/util/ |
| D | BitwiseInputStream.java | 76 int offset = 16 - (mPos & 0x07) - bits; // &7==%8 in read() local 83 data >>>= offset; in read() local
|