Searched defs:pointer (Results 1 - 25 of 31) 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,
H A Dandroid_opengl_GLES10.cpp35 const GLvoid *pointer, GLsizei count);
37 GLsizei stride, const GLvoid *pointer, GLsizei count);
39 GLsizei stride, const GLvoid *pointer, GLsizei count);
83 jlong pointer; local
91 pointer = _env->CallStaticLongMethod(nioAccessClass,
93 if (pointer != 0L) {
95 return (void *) (jint) pointer;
290 /* void glColorPointer ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) */
296 GLvoid *pointer = (GLvoid *) 0; local
299 pointer
2763 GLvoid *pointer = (GLvoid *) 0; local
3017 GLvoid *pointer = (GLvoid *) 0; local
3374 GLvoid *pointer = (GLvoid *) 0; local
[all...]
H A Dandroid_opengl_GLES11Ext.cpp80 jlong pointer; local
88 pointer = _env->CallStaticLongMethod(nioAccessClass,
90 if (pointer != 0L) {
92 return (void *) (jint) pointer;
2109 /* void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) */
2115 GLvoid *pointer = (GLvoid *) 0; local
2118 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf);
2119 if ( ! pointer ) {
2127 (GLvoid *)pointer,
2132 /* void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) */
2138 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/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/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.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/base/libs/binder/
H A DIMemory.cpp146 void* IMemory::pointer() const { function in class:android::IMemory
/frameworks/base/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/compile/slang/
H A Dslang_rs_type_spec.h183 struct RSPointerType pointer; member in union:RSType
191 #define RS_CAST_TO_POINTER_TYPE(R) (&((R)->pointer))
/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.cpp759 jlong pointer; local
767 pointer = _env->CallStaticLongMethod(nioAccessClass,
769 if (pointer != 0L) {
770 return (void *) (jint) pointer;
815 * @param in a pointer to a ETC1_DECODED_BLOCK_SIZE array of bytes that represent a
850 * @param out a pointer to a ETC_DECODED_BLOCK_SIZE array of bytes that represent a
880 * @param in pointer to the image data. Formatted such that
882 * @param out pointer to encoded data. Must be large enough to store entire encoded image.
912 * @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.java879 // C function void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
885 java.nio.Buffer pointer,
893 java.nio.Buffer pointer
899 pointer,
900 pointer.remaining()
910 _matrixIndexPointerOES = pointer;
914 // C function void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
920 java.nio.Buffer pointer,
928 java.nio.Buffer pointer
934 pointer,
881 glMatrixIndexPointerOESBounds( int size, int type, int stride, java.nio.Buffer pointer, int remaining ) argument
916 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/opengl/libs/GLES2_dbg/src/
H A Dapi.cpp90 // FIXME: check for pointer usage
319 // FIXME: check for pointer usage
349 // FIXME: check for pointer usage
537 // FIXME: check for pointer usage
581 // FIXME: check for pointer usage
749 // FIXME: check for pointer usage
772 // FIXME: check for pointer usage
813 // FIXME: check for pointer usage
854 // FIXME: check for pointer usage
1137 // FIXME: check for pointer usag
1918 Debug_glGetVertexAttribPointerv(GLuint index, GLenum pname, GLvoid** pointer) argument
1924 GLvoid** pointer; member in struct:__anon1081
[all...]
/frameworks/base/include/private/opengles/
H A Dgl_context.h183 GLvoid const* pointer; member in struct:android::gl::array_t
/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...]

Completed in 537 milliseconds

12