Searched defs:pointer (Results 1 - 25 of 29) 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.cpp93 jlong pointer; local
101 pointer = _env->CallStaticLongMethod(nioAccessClass,
103 if (pointer != 0L) {
105 return (void *) (jint) pointer;
H A Dandroid_opengl_GLES11.cpp100 jlong pointer; local
108 pointer = _env->CallStaticLongMethod(nioAccessClass,
110 if (pointer != 0L) {
112 return (void *) (jint) pointer;
2056 /* void glPointSizePointerOES ( GLenum type, GLsizei stride, const GLvoid *pointer ) */
2062 GLvoid *pointer = (GLvoid *) 0; local
2065 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
2066 if ( ! pointer ) {
2073 (GLvoid *)pointer,
H A Dandroid_opengl_GLES10.cpp33 const GLvoid *pointer, GLsizei count);
35 GLsizei stride, const GLvoid *pointer, GLsizei count);
37 GLsizei stride, const GLvoid *pointer, GLsizei count);
105 jlong pointer; local
113 pointer = _env->CallStaticLongMethod(nioAccessClass,
115 if (pointer != 0L) {
117 return (void *) (jint) pointer;
312 /* void glColorPointer ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) */
318 GLvoid *pointer = (GLvoid *) 0; local
321 pointer
2791 GLvoid *pointer = (GLvoid *) 0; local
3045 GLvoid *pointer = (GLvoid *) 0; local
3402 GLvoid *pointer = (GLvoid *) 0; local
[all...]
H A Dandroid_opengl_GLES11Ext.cpp102 jlong pointer; local
110 pointer = _env->CallStaticLongMethod(nioAccessClass,
112 if (pointer != 0L) {
114 return (void *) (jint) pointer;
1807 /* void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) */
1813 GLvoid *pointer = (GLvoid *) 0; local
1816 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
1817 if ( ! pointer ) {
1825 (GLvoid *)pointer,
1830 /* void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) */
1836 GLvoid *pointer = (GLvoid *) 0; local
[all...]
/frameworks/base/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/base/opengl/tools/glgen/stubs/gles11/
H A DGLES10ExtcHeader.cpp92 jlong pointer; local
100 pointer = _env->CallStaticLongMethod(nioAccessClass,
102 if (pointer != 0L) {
104 return (void *) (jint) pointer;
H A DGLES11ExtcHeader.cpp101 jlong pointer; local
109 pointer = _env->CallStaticLongMethod(nioAccessClass,
111 if (pointer != 0L) {
113 return (void *) (jint) pointer;
H A DGLES11cHeader.cpp99 jlong pointer; local
107 pointer = _env->CallStaticLongMethod(nioAccessClass,
109 if (pointer != 0L) {
111 return (void *) (jint) pointer;
H A DGLES10cHeader.cpp32 const GLvoid *pointer, GLsizei count);
34 GLsizei stride, const GLvoid *pointer, GLsizei count);
36 GLsizei stride, const GLvoid *pointer, GLsizei count);
104 jlong pointer; local
112 pointer = _env->CallStaticLongMethod(nioAccessClass,
114 if (pointer != 0L) {
116 return (void *) (jint) pointer;
H A DGLES20cHeader.cpp92 jlong pointer; local
100 pointer = _env->CallStaticLongMethod(nioAccessClass,
102 if (pointer != 0L) {
104 return (void *) (jint) pointer;
145 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) {
146 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
144 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
/frameworks/base/core/java/android/view/
H A DVelocityTracker.java149 // Update pointer data.
154 // Find the pointer data for this pointer id.
155 // This loop is optimized for the common case where pointer ids in the event
166 final Pointer pointer;
171 pointer = nextPointer;
183 pointer = obtainPointer();
184 pointer.id = pointerId;
185 pointer.pastTime[lastTouchIndex] = Long.MIN_VALUE;
186 pointer
398 releasePointer(Pointer pointer) argument
408 releasePointerList(Pointer pointer) argument
[all...]
/frameworks/base/libs/binder/
H A DIMemory.cpp144 void* IMemory::pointer() const { function in class:android::IMemory
/frameworks/base/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp49 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);
57 GLsizei stride, const GLvoid *pointer, GLsizei count);
59 GLsizei stride, const GLvoid *pointer, GLsizei count);
143 jlong pointer; local
151 pointer = _env->CallStaticLongMethod(nioAccessClass,
153 if (pointer != 0L) {
155 return (void *) (jint) pointer;
[all...]
/frameworks/base/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.cpp758 jlong pointer; local
766 pointer = _env->CallStaticLongMethod(nioAccessClass,
768 if (pointer != 0L) {
769 return (void *) (jint) pointer;
814 * @param in a pointer to a ETC1_DECODED_BLOCK_SIZE array of bytes that represent a
849 * @param out a pointer to a ETC_DECODED_BLOCK_SIZE array of bytes that represent a
879 * @param in pointer to the image data. Formatted such that
881 * @param out pointer to encoded data. Must be large enough to store entire encoded image.
911 * @param out pointer to the image data. Will be written such that
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java598 // C function void glPointSizePointerOES ( GLenum type, GLsizei stride, const GLvoid *pointer )
603 java.nio.Buffer pointer,
610 java.nio.Buffer pointer
615 pointer,
616 pointer.remaining()
621 _pointSizePointerOES = pointer;
600 glPointSizePointerOESBounds( int type, int stride, java.nio.Buffer pointer, int remaining ) argument
H A DGLES11Ext.java875 // C function void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
881 java.nio.Buffer pointer,
889 java.nio.Buffer pointer
895 pointer,
896 pointer.remaining()
906 _matrixIndexPointerOES = pointer;
910 // C function void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
916 java.nio.Buffer pointer,
924 java.nio.Buffer pointer
930 pointer,
877 glMatrixIndexPointerOESBounds( int size, int type, int stride, java.nio.Buffer pointer, int remaining ) argument
912 glWeightPointerOESBounds( int size, int type, int stride, java.nio.Buffer pointer, int remaining ) argument
[all...]
H A DGLErrorWrapper.java161 public void glColorPointer(int size, int type, int stride, Buffer pointer) { argument
163 mgl.glColorPointer(size, type, stride, pointer);
601 public void glNormalPointer(int type, int stride, Buffer pointer) { argument
603 mgl.glNormalPointer(type, stride, pointer);
737 int stride, Buffer pointer) {
739 mgl.glTexCoordPointer(size, type, stride, pointer);
834 int stride, Buffer pointer) {
836 mgl.glVertexPointer(size, type, stride, pointer);
1274 public void glPointSizePointerOES(int type, int stride, Buffer pointer) { argument
1276 mgl11.glPointSizePointerOES(type, stride, pointer);
736 glTexCoordPointer(int size, int type, int stride, Buffer pointer) argument
833 glVertexPointer(int size, int type, int stride, Buffer pointer) argument
1353 glMatrixIndexPointerOES(int size, int type, int stride, Buffer pointer) argument
1367 glWeightPointerOES(int size, int type, int stride, Buffer pointer) argument
[all...]
/frameworks/base/include/private/opengles/
H A Dgl_context.h186 GLvoid const* pointer; member in struct:android::gl::array_t
/frameworks/base/libs/ui/
H A DInputReader.cpp22 // Log debug messages about pointer assignment calculations.
2054 // Preprocess pointer data.
2139 // Pointer left virtual key area or another pointer also went down.
2152 // Check whether the pointer moved inside the display area where we should
2168 // If exactly one pointer went down, check for virtual key hit.
2246 // No pointer id changes so this is a move event.
2279 // Dispatch pointer up events using the interim pointer locations.
2299 // Although applications receive new locations as part of individual pointer up
2306 // Dispatch pointer dow
3334 Accumulator::Pointer* pointer = & mAccumulator.pointers[pointerIndex]; local
[all...]
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java195 // C function void glColorPointer ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
201 java.nio.Buffer pointer,
209 java.nio.Buffer pointer
215 pointer,
216 pointer.remaining()
223 _colorPointer = pointer;
769 // C function void glNormalPointer ( GLenum type, GLsizei stride, const GLvoid *pointer )
774 java.nio.Buffer pointer,
781 java.nio.Buffer pointer
786 pointer,
197 glColorPointerBounds( int size, int type, int stride, java.nio.Buffer pointer, int remaining ) argument
771 glNormalPointerBounds( int type, int stride, java.nio.Buffer pointer, int remaining ) argument
962 glTexCoordPointerBounds( int size, int type, int stride, java.nio.Buffer pointer, int remaining ) argument
1107 glVertexPointerBounds( int size, int type, int stride, java.nio.Buffer pointer, int remaining ) argument
1594 glPointSizePointerOESBounds( int type, int stride, java.nio.Buffer pointer, int remaining ) argument
1826 glMatrixIndexPointerOESBounds( int size, int type, int stride, java.nio.Buffer pointer, int remaining ) argument
1870 glWeightPointerOESBounds( int size, int type, int stride, java.nio.Buffer pointer, int remaining ) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java76 // The pointer to a native view object.
2268 private void updateTextSelection(int pointer, int start, int end, argument
2272 WebView.UPDATE_TEXT_SELECTION_MSG_ID, pointer, textGeneration,
2321 private void requestKeyboardWithSelection(int pointer, int selStart, argument
2325 WebView.REQUEST_KEYBOARD_WITH_SELECTION_MSG_ID, pointer,

Completed in 324 milliseconds

12