Searched defs:pointer (Results 1 - 25 of 42) sorted by relevance

12

/frameworks/base/core/jni/
H A Dandroid_nio_utils.h25 * Given an nio.Buffer, return a pointer to it, beginning at its current
26 * position. The returned pointer is only valid for the current JNI stack-frame.
35 * and the returned pointer when the caller is through with it.
38 * @return The pointer to the memory in the buffer object
44 * Pass that array and the returned pointer when you are done accessing the
45 * pointer. If called (i.e. array is non-null), it must be called in the same
50 * @param pointer The pointer returned by android_nio_getPointer
51 * @param commit JNI_FALSE if the pointer was just read, and JNI_TRUE if
52 * the pointer wa
62 void* pointer() const { return fPointer; } function in class:android::AutoBufferPointer
[all...]
H A Dandroid_nio_utils.cpp32 jlong pointer; local
36 pointer = _env->CallStaticLongMethod(gNioJNI.nioAccessClass,
38 if (pointer != 0L) {
40 return (void *) (jint) pointer;
H A Dandroid_opengl_GLES10Ext.cpp71 jlong pointer; local
79 pointer = _env->CallStaticLongMethod(nioAccessClass,
81 if (pointer != 0L) {
83 return (void *) (jint) pointer;
H A Dandroid_opengl_GLES11.cpp78 jlong pointer; local
86 pointer = _env->CallStaticLongMethod(nioAccessClass,
88 if (pointer != 0L) {
90 return (void *) (jint) pointer;
2087 /* void glPointSizePointerOES ( GLenum type, GLsizei stride, const GLvoid *pointer ) */
2093 GLvoid *pointer = (GLvoid *) 0; local
2096 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
2097 if ( ! pointer ) {
2104 (GLvoid *)pointer,
/frameworks/compile/mclinker/unittests/
H A DLinearAllocatorTest.cpp43 Data* pointer = m_pTestee->allocate(10); local
44 ASSERT_FALSE(0 == pointer);
50 Data* pointer = m_pTestee->allocate(); local
51 ASSERT_FALSE(0 == pointer);
57 Data* pointer = m_pTestee->allocate(CHUNK_SIZE+1); local
58 ASSERT_TRUE(0 == pointer);
64 Data* pointer = m_pTestee->allocate(); local
65 m_pTestee->construct(pointer);
66 ASSERT_EQ(1, pointer->one);
67 ASSERT_EQ(2, pointer
73 Data* pointer = m_pTestee->allocate(); local
84 Data* pointer = m_pTestee->allocate(10); local
93 Data* pointer = m_pTestee->allocate(10); local
105 Data* pointer = m_pTestee->allocate(); local
122 Data* pointer = m_pTestee->allocate(10); local
[all...]
H A DRTLinearAllocatorTest.cpp44 Data* pointer = m_pTestee->allocate(10); local
45 ASSERT_FALSE(0 == pointer);
51 Data* pointer = m_pTestee->allocate(); local
52 ASSERT_FALSE(0 == pointer);
58 Data* pointer = m_pTestee->allocate(CHUNK_SIZE+1); local
59 ASSERT_TRUE(0 == pointer);
65 Data* pointer = m_pTestee->allocate(); local
66 m_pTestee->construct(pointer);
67 ASSERT_EQ(1, pointer->one);
68 ASSERT_EQ(2, pointer
74 Data* pointer = m_pTestee->allocate(); local
85 Data* pointer = m_pTestee->allocate(10); local
94 Data* pointer = m_pTestee->allocate(10); local
106 Data* pointer = m_pTestee->allocate(); local
123 Data* pointer = m_pTestee->allocate(10); local
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTypeTraits.h26 typedef const DataType* pointer; typedef in struct:mcld::ConstTraits
37 typedef DataType* pointer; typedef in struct:mcld::NonConstTraits
48 typedef const DataType* pointer; typedef in struct:mcld::ConstIteratorTraits
60 typedef DataType* pointer; typedef in struct:mcld::NonConstIteratorTraits
H A DHashIterator.h262 typedef typename traits::pointer pointer; typedef in class:mcld::HashIterator
H A DBinTree.h106 typedef typename traits::pointer pointer; typedef in class:mcld::PolicyIteratorBase
132 pointer operator*() const
197 typedef typename traits::pointer pointer; typedef in struct:mcld::TreeIterator
221 pointer operator*() const
318 // - the pointer of root
369 typedef value_type* pointer; typedef in class:mcld::BinaryTree
/frameworks/ex/variablespeed/jni/
H A Ddecode_buffer.cc43 void DecodeBuffer::AddData(int8_t* pointer, size_t lengthInBytes) { argument
45 PushValue(reinterpret_cast<int16*>(pointer)[i]);
/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp45 const GLvoid *pointer, GLsizei count);
47 GLsizei stride, const GLvoid *pointer, GLsizei count);
49 GLsizei stride, const GLvoid *pointer, GLsizei count);
51 GLsizei stride, const GLvoid *pointer, GLsizei count);
53 GLsizei stride, const GLvoid *pointer, GLsizei count);
55 GLsizei stride, const GLvoid *pointer, GLsizei count);
63 const GLvoid *pointer, GLsizei count) {
64 glNormalPointer(type, stride, pointer);
67 GLsizei stride, const GLvoid *pointer, GLsizei count) {
68 glTexCoordPointer(size, type, stride, pointer);
62 glNormalPointerBounds(GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
66 glTexCoordPointerBounds(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
70 glVertexPointerBounds(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
75 glPointSizePointerOESBounds(GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
80 glMatrixIndexPointerOESBounds(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
85 glWeightPointerOESBounds(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
[all...]
/frameworks/base/cmds/servicemanager/
H A Dbinder.h16 void *pointer; member in struct:binder_object
38 char *data; /* pointer to read/write from */
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10ExtcHeader.cpp70 jlong pointer; local
78 pointer = _env->CallStaticLongMethod(nioAccessClass,
80 if (pointer != 0L) {
82 return (void *) (jint) pointer;
H A DGLES10cHeader.cpp34 const GLvoid *pointer, GLsizei count);
36 GLsizei stride, const GLvoid *pointer, GLsizei count);
38 GLsizei stride, const GLvoid *pointer, GLsizei count);
82 jlong pointer; local
90 pointer = _env->CallStaticLongMethod(nioAccessClass,
92 if (pointer != 0L) {
94 return (void *) (jint) pointer;
H A DGLES11ExtcHeader.cpp79 jlong pointer; local
87 pointer = _env->CallStaticLongMethod(nioAccessClass,
89 if (pointer != 0L) {
91 return (void *) (jint) pointer;
H A DGLES11cHeader.cpp77 jlong pointer; local
85 pointer = _env->CallStaticLongMethod(nioAccessClass,
87 if (pointer != 0L) {
89 return (void *) (jint) pointer;
H A DGLES20cHeader.cpp70 jlong pointer; local
78 pointer = _env->CallStaticLongMethod(nioAccessClass,
80 if (pointer != 0L) {
82 return (void *) (jint) pointer;
124 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) {
125 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
123 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h87 typedef typename ChunkType::value_type* pointer; typedef in class:mcld::LinearAllocatorBase
109 pointer address(reference X) const
120 void construct(pointer pPtr, const_reference pValue)
128 void construct(pointer pPtr)
133 void destroy(pointer pPtr)
141 pointer allocate(size_type N) {
149 pointer result = 0;
152 result = const_cast<pointer>(&(m_pCurrent->data[m_pCurrent->bound]));
158 pointer allocate() {
162 pointer resul
321 typedef DataType* pointer; typedef in class:mcld::MallocAllocator
375 typedef void* pointer; typedef in class:mcld::MallocAllocator
[all...]
H A DGCFactory.h66 typedef typename traits::pointer pointer; typedef in class:mcld::DataIterator
126 typedef typename Alloc::pointer pointer; typedef in class:mcld::GCFactoryBase
156 void deallocate(pointer &pPtr, size_type N) {
162 void deallocate(pointer &pPtr) {
/frameworks/rs/cpp/
H A DAllocation.cpp392 RsAllocationMipmapControl mips, uint32_t usage, void *pointer) {
393 void *id = rsAllocationCreateTyped(rs->mContext, type->getID(), mips, usage, (uint32_t)pointer);
391 createTyped(RenderScript *rs, sp<const Type> type, RsAllocationMipmapControl mips, uint32_t usage, void *pointer) argument
/frameworks/compile/slang/
H A Dslang_rs_type_spec.h168 struct RSPointerType pointer; member in union:RSType
176 #define RS_CAST_TO_POINTER_TYPE(R) (&((R)->pointer))
/frameworks/native/libs/binder/
H A DIMemory.cpp146 void* IMemory::pointer() const { function in class:android::IMemory
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp51 const GLvoid *pointer, GLsizei count);
53 GLsizei stride, const GLvoid *pointer, GLsizei count);
55 GLsizei stride, const GLvoid *pointer, GLsizei count);
57 GLsizei stride, const GLvoid *pointer, GLsizei count);
59 GLsizei stride, const GLvoid *pointer, GLsizei count);
61 GLsizei stride, const GLvoid *pointer, GLsizei count);
121 jlong pointer; local
129 pointer = _env->CallStaticLongMethod(nioAccessClass,
131 if (pointer != 0L) {
133 return (void *) (jint) pointer;
[all...]
/frameworks/native/opengl/libagl/
H A Darray.cpp314 const GLvoid *pointer, const buffer_t* bo, GLsizei count)
332 this->pointer = pointer;
339 physical_pointer = (bo) ? (bo->data + uintptr_t(pointer)) : pointer;
1156 if (am.vertex.bo || am.vertex.pointer) {
1163 if (am.normal.bo || am.normal.pointer) {
1171 if (am.color.bo || am.color.pointer) {
1175 if (am.color.bo || am.color.pointer) {
1189 if (am.texture[i].bo || am.texture[i].pointer) {
312 init( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, const buffer_t* bo, GLsizei count) argument
1235 glVertexPointer( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) argument
1256 glColorPointer( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) argument
1276 glNormalPointer( GLenum type, GLsizei stride, const GLvoid *pointer) argument
1297 glTexCoordPointer( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) argument
[all...]
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp765 jlong pointer; local
773 pointer = _env->CallStaticLongMethod(nioAccessClass,
775 if (pointer != 0L) {
776 return (void *) (jint) pointer;
821 * @param in a pointer to a ETC1_DECODED_BLOCK_SIZE array of bytes that represent a
856 * @param out a pointer to a ETC_DECODED_BLOCK_SIZE array of bytes that represent a
886 * @param in pointer to the image data. Formatted such that
888 * @param out pointer to encoded data. Must be large enough to store entire encoded image.
918 * @param out pointer to the image data. Will be written such that

Completed in 343 milliseconds

12