/frameworks/compile/mclinker/unittests/ |
D | LinearAllocatorTest.cpp | 38 Data* pointer = m_pTestee->allocate(10); in TEST_F() local 45 Data* pointer = m_pTestee->allocate(); in TEST_F() local 52 Data* pointer = m_pTestee->allocate(CHUNK_SIZE + 1); in TEST_F() local 59 Data* pointer = m_pTestee->allocate(); in TEST_F() local 68 Data* pointer = m_pTestee->allocate(); in TEST_F() local 79 Data* pointer = m_pTestee->allocate(10); in TEST_F() local 88 Data* pointer = m_pTestee->allocate(10); in TEST_F() local 100 Data* pointer = m_pTestee->allocate(); in TEST_F() local 117 Data* pointer = m_pTestee->allocate(10); in TEST_F() local
|
D | RTLinearAllocatorTest.cpp | 39 Data* pointer = m_pTestee->allocate(10); in TEST_F() local 46 Data* pointer = m_pTestee->allocate(); in TEST_F() local 53 Data* pointer = m_pTestee->allocate(CHUNK_SIZE + 1); in TEST_F() local 60 Data* pointer = m_pTestee->allocate(); in TEST_F() local 69 Data* pointer = m_pTestee->allocate(); in TEST_F() local 80 Data* pointer = m_pTestee->allocate(10); in TEST_F() local 89 Data* pointer = m_pTestee->allocate(10); in TEST_F() local 101 Data* pointer = m_pTestee->allocate(); in TEST_F() local 118 Data* pointer = m_pTestee->allocate(10); in TEST_F() local
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl.cpp | 60 const GLvoid *pointer, GLsizei /*count*/) { in glNormalPointerBounds() 64 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glTexCoordPointerBounds() 68 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glVertexPointerBounds() 73 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glPointSizePointerOESBounds() 78 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glMatrixIndexPointerOESBounds() 83 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glWeightPointerOESBounds()
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | TypeTraits.h | 22 typedef const DataType* pointer; typedef 32 typedef DataType* pointer; typedef 42 typedef const DataType* pointer; typedef 53 typedef DataType* pointer; typedef
|
D | BinTree.h | 92 typedef typename traits::pointer pointer; typedef 184 typedef typename traits::pointer pointer; typedef 341 typedef value_type* pointer; typedef
|
D | HashIterator.h | 247 typedef typename traits::pointer pointer; typedef
|
/frameworks/base/core/jni/ |
D | android_nio_utils.h | 62 void* pointer() const { return fPointer; } in pointer() function
|
D | android_nio_utils.cpp | 34 jlong pointer; in nio_getPointer() local
|
D | android_opengl_GLES10Ext.cpp | 66 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() 72 GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribIPointerBounds() 108 jlong pointer; in getPointer() local
|
D | android_opengl_GLES10.cpp | 66 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() 72 GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribIPointerBounds() 108 jlong pointer; in getPointer() local 606 GLvoid *pointer = (GLvoid *) 0; in android_glColorPointerBounds__IIILjava_nio_Buffer_2I() local 2523 GLvoid *pointer = (GLvoid *) 0; in android_glNormalPointerBounds__IILjava_nio_Buffer_2I() local 2782 GLvoid *pointer = (GLvoid *) 0; in android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I() local 3156 GLvoid *pointer = (GLvoid *) 0; in android_glVertexPointerBounds__IIILjava_nio_Buffer_2I() local
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | GCFactory.h | 61 typedef typename traits::pointer pointer; typedef 111 typedef typename Alloc::pointer pointer; typedef
|
D | Allocators.h | 93 typedef typename ChunkType::value_type* pointer; typedef 309 typedef DataType* pointer; typedef 354 typedef void* pointer; typedef
|
/frameworks/base/libs/hwui/utils/ |
D | FatVector.h | 54 typedef T* pointer; // needed to implement std::allocator typedef
|
D | LinearAllocator.h | 158 typedef T* pointer; // needed to implement std::allocator typedef
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 129 java.nio.Buffer pointer in glMatrixIndexPointerOES() 143 java.nio.Buffer pointer in glWeightPointerOES()
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | common.cpp | 40 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() 46 GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribIPointerBounds() 82 jlong pointer; in getPointer() local
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 202 java.nio.Buffer pointer, in glColorPointerBounds() 210 java.nio.Buffer pointer in glColorPointer() 775 java.nio.Buffer pointer, in glNormalPointerBounds() 782 java.nio.Buffer pointer in glNormalPointer() 967 java.nio.Buffer pointer, in glTexCoordPointerBounds() 975 java.nio.Buffer pointer in glTexCoordPointer() 1112 java.nio.Buffer pointer, in glVertexPointerBounds() 1120 java.nio.Buffer pointer in glVertexPointer() 1598 java.nio.Buffer pointer, in glPointSizePointerOESBounds() 1605 java.nio.Buffer pointer in glPointSizePointerOES() [all …]
|
/frameworks/native/opengl/libagl/ |
D | array.cpp | 314 const GLvoid *pointer, const buffer_t* bo, GLsizei count) in init() 1240 GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) in glVertexPointer() 1261 GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) in glColorPointer() 1281 GLenum type, GLsizei stride, const GLvoid *pointer) in glNormalPointer() 1302 GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) in glTexCoordPointer()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 388 java.nio.Buffer pointer, in glColorPointerBounds() 396 java.nio.Buffer pointer in glColorPointer() 950 java.nio.Buffer pointer, in glNormalPointerBounds() 957 java.nio.Buffer pointer in glNormalPointer() 1142 java.nio.Buffer pointer, in glTexCoordPointerBounds() 1150 java.nio.Buffer pointer in glTexCoordPointer() 1287 java.nio.Buffer pointer, in glVertexPointerBounds() 1295 java.nio.Buffer pointer in glVertexPointer()
|
D | GLLogWrapper.java | 242 private void argPointer(int size, int type, int stride, Buffer pointer) { in argPointer() 1061 String name, PointerInfo pointer, int index) { in doArrayElement() 1328 public void glColorPointer(int size, int type, int stride, Buffer pointer) { in glColorPointer() 2146 public void glNormalPointer(int type, int stride, Buffer pointer) { in glNormalPointer() 2385 public void glTexCoordPointer(int size, int type, int stride, Buffer pointer) { in glTexCoordPointer() 2566 public void glVertexPointer(int size, int type, int stride, Buffer pointer) { in glVertexPointer() 3238 public void glPointSizePointerOES(int type, int stride, Buffer pointer) { in glPointSizePointerOES() 3410 Buffer pointer) { in glMatrixIndexPointerOES() 3431 Buffer pointer) { in glWeightPointerOES() 3908 public PointerInfo(int size, int type, int stride, Buffer pointer) { in PointerInfo()
|
D | GLErrorWrapper.java | 161 public void glColorPointer(int size, int type, int stride, Buffer pointer) { in glColorPointer() 601 public void glNormalPointer(int type, int stride, Buffer pointer) { in glNormalPointer() 737 int stride, Buffer pointer) { in glTexCoordPointer() 834 int stride, Buffer pointer) { in glVertexPointer() 1274 public void glPointSizePointerOES(int type, int stride, Buffer pointer) { in glPointSizePointerOES() 1354 Buffer pointer) { in glMatrixIndexPointerOES() 1368 Buffer pointer) { in glWeightPointerOES()
|
D | GLES11Ext.java | 885 java.nio.Buffer pointer, in glMatrixIndexPointerOESBounds() 893 java.nio.Buffer pointer in glMatrixIndexPointerOES() 920 java.nio.Buffer pointer, in glWeightPointerOESBounds() 928 java.nio.Buffer pointer in glWeightPointerOES()
|
/frameworks/compile/mclinker/include/mcld/ |
D | InputTree.h | 71 typedef value_type* pointer; typedef
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWC2On1Adapter.h | 112 hwc2_function_pointer_t pointer) { in registerCallbackHook() 678 hwc2_function_pointer_t pointer; member
|
/frameworks/native/libs/binder/ |
D | IMemory.cpp | 147 void* IMemory::pointer() const { in pointer() function in android::IMemory
|