Searched defs:pointer (Results 1 - 25 of 41) sorted by path

12

/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp761 jlong pointer; local
769 pointer = _env->CallStaticLongMethod(nioAccessClass,
771 if (pointer != 0L) {
772 return reinterpret_cast<void *>(pointer);
817 * @param in a pointer to a ETC1_DECODED_BLOCK_SIZE array of bytes that represent a
852 * @param out a pointer to a ETC_DECODED_BLOCK_SIZE array of bytes that represent a
882 * @param in pointer to the image data. Formatted such that
884 * @param out pointer to encoded data. Must be large enough to store entire encoded image.
914 * @param out pointer to the image data. Will be written such that
/frameworks/base/core/jni/
H A Dandroid_nio_utils.cpp32 jlong pointer; local
36 pointer = _env->CallStaticLongMethod(gNioJNI.nioAccessClass,
38 if (pointer != 0L) {
40 return reinterpret_cast<void *>(pointer);
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_opengl_GLES10.cpp48 const GLvoid *pointer, GLsizei count);
50 GLsizei stride, const GLvoid *pointer, GLsizei count);
52 GLsizei stride, const GLvoid *pointer, GLsizei count);
54 GLsizei stride, const GLvoid *pointer, GLsizei count);
56 GLsizei stride, const GLvoid *pointer, GLsizei count);
58 GLsizei stride, const GLvoid *pointer, GLsizei count);
62 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) {
63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
68 GLsizei stride, const GLvoid *pointer, GLsizei count) {
69 glVertexAttribIPointer(indx, size, type, stride, pointer);
61 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
67 glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
104 jlong pointer; local
488 GLvoid *pointer = (GLvoid *) 0; local
2404 GLvoid *pointer = (GLvoid *) 0; local
2663 GLvoid *pointer = (GLvoid *) 0; local
3037 GLvoid *pointer = (GLvoid *) 0; local
[all...]
H A Dandroid_opengl_GLES10Ext.cpp48 const GLvoid *pointer, GLsizei count);
50 GLsizei stride, const GLvoid *pointer, GLsizei count);
52 GLsizei stride, const GLvoid *pointer, GLsizei count);
54 GLsizei stride, const GLvoid *pointer, GLsizei count);
56 GLsizei stride, const GLvoid *pointer, GLsizei count);
58 GLsizei stride, const GLvoid *pointer, GLsizei count);
62 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) {
63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
68 GLsizei stride, const GLvoid *pointer, GLsizei count) {
69 glVertexAttribIPointer(indx, size, type, stride, pointer);
61 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
67 glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
104 jlong pointer; local
[all...]
H A Dandroid_opengl_GLES11.cpp48 const GLvoid *pointer, GLsizei count);
50 GLsizei stride, const GLvoid *pointer, GLsizei count);
52 GLsizei stride, const GLvoid *pointer, GLsizei count);
54 GLsizei stride, const GLvoid *pointer, GLsizei count);
56 GLsizei stride, const GLvoid *pointer, GLsizei count);
58 GLsizei stride, const GLvoid *pointer, GLsizei count);
62 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) {
63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
68 GLsizei stride, const GLvoid *pointer, GLsizei count) {
69 glVertexAttribIPointer(indx, size, type, stride, pointer);
61 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
67 glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
104 jlong pointer; local
2508 GLvoid *pointer = (GLvoid *) 0; local
[all...]
H A Dandroid_opengl_GLES11Ext.cpp48 const GLvoid *pointer, GLsizei count);
50 GLsizei stride, const GLvoid *pointer, GLsizei count);
52 GLsizei stride, const GLvoid *pointer, GLsizei count);
54 GLsizei stride, const GLvoid *pointer, GLsizei count);
56 GLsizei stride, const GLvoid *pointer, GLsizei count);
58 GLsizei stride, const GLvoid *pointer, GLsizei count);
62 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) {
63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
68 GLsizei stride, const GLvoid *pointer, GLsizei count) {
69 glVertexAttribIPointer(indx, size, type, stride, pointer);
61 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
67 glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
104 jlong pointer; local
2775 GLvoid *pointer = (GLvoid *) 0; local
2799 GLvoid *pointer = (GLvoid *) 0; local
[all...]
H A Dandroid_opengl_GLES20.cpp48 const GLvoid *pointer, GLsizei count);
50 GLsizei stride, const GLvoid *pointer, GLsizei count);
52 GLsizei stride, const GLvoid *pointer, GLsizei count);
54 GLsizei stride, const GLvoid *pointer, GLsizei count);
56 GLsizei stride, const GLvoid *pointer, GLsizei count);
58 GLsizei stride, const GLvoid *pointer, GLsizei count);
62 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) {
63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
68 GLsizei stride, const GLvoid *pointer, GLsizei count) {
69 glVertexAttribIPointer(indx, size, type, stride, pointer);
61 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
67 glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
104 jlong pointer; local
[all...]
H A Dandroid_opengl_GLES30.cpp48 const GLvoid *pointer, GLsizei count);
50 GLsizei stride, const GLvoid *pointer, GLsizei count);
52 GLsizei stride, const GLvoid *pointer, GLsizei count);
54 GLsizei stride, const GLvoid *pointer, GLsizei count);
56 GLsizei stride, const GLvoid *pointer, GLsizei count);
58 GLsizei stride, const GLvoid *pointer, GLsizei count);
62 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) {
63 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
68 GLsizei stride, const GLvoid *pointer, GLsizei count) {
69 glVertexAttribIPointer(indx, size, type, stride, pointer);
61 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
67 glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
104 jlong pointer; local
2110 GLvoid *pointer = (GLvoid *) 0; local
[all...]
H A Dandroid_opengl_GLES31.cpp46 const GLvoid *pointer, GLsizei count);
48 GLsizei stride, const GLvoid *pointer, GLsizei count);
50 GLsizei stride, const GLvoid *pointer, GLsizei count);
52 GLsizei stride, const GLvoid *pointer, GLsizei count);
54 GLsizei stride, const GLvoid *pointer, GLsizei count);
56 GLsizei stride, const GLvoid *pointer, GLsizei count);
60 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) {
61 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
66 GLsizei stride, const GLvoid *pointer, GLsizei count) {
67 glVertexAttribIPointer(indx, size, type, stride, pointer);
59 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
65 glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
102 jlong pointer; local
[all...]
H A Dandroid_opengl_GLES31Ext.cpp47 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);
57 GLsizei stride, const GLvoid *pointer, GLsizei count);
61 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) {
62 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
67 GLsizei stride, const GLvoid *pointer, GLsizei count) {
68 glVertexAttribIPointer(indx, size, type, stride, pointer);
60 glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
66 glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei count) argument
103 jlong pointer; local
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp52 const GLvoid *pointer, GLsizei count);
54 GLsizei stride, const GLvoid *pointer, GLsizei count);
56 GLsizei stride, const GLvoid *pointer, GLsizei count);
58 GLsizei stride, const GLvoid *pointer, GLsizei count);
60 GLsizei stride, const GLvoid *pointer, GLsizei count);
62 GLsizei stride, const GLvoid *pointer, GLsizei count);
122 jlong pointer; local
128 pointer = _env->CallStaticLongMethod(nioAccessClass,
130 if (pointer != 0L) {
132 return reinterpret_cast<void *>(pointer);
422 GLvoid *pointer = (GLvoid *) 0; local
3236 GLvoid *pointer = (GLvoid *) 0; local
3495 GLvoid *pointer = (GLvoid *) 0; local
3913 GLvoid *pointer = (GLvoid *) 0; local
6305 GLvoid *pointer = (GLvoid *) 0; local
7174 GLvoid *pointer = (GLvoid *) 0; local
7210 GLvoid *pointer = (GLvoid *) 0; local
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java382 // C function void glColorPointer ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
388 java.nio.Buffer pointer,
396 java.nio.Buffer pointer
402 pointer,
403 pointer.remaining()
410 _colorPointer = pointer;
945 // C function void glNormalPointer ( GLenum type, GLsizei stride, const GLvoid *pointer )
950 java.nio.Buffer pointer,
957 java.nio.Buffer pointer
962 pointer,
384 glColorPointerBounds( int size, int type, int stride, java.nio.Buffer pointer, int remaining ) argument
947 glNormalPointerBounds( int type, int stride, java.nio.Buffer pointer, int remaining ) argument
1138 glTexCoordPointerBounds( int size, int type, int stride, java.nio.Buffer pointer, int remaining ) argument
1283 glVertexPointerBounds( int size, int type, int stride, java.nio.Buffer pointer, int remaining ) argument
[all...]
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 DGLES30.java923 // C function void glVertexAttribIPointer ( GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
930 java.nio.Buffer pointer,
939 java.nio.Buffer pointer
946 pointer,
947 pointer.remaining()
925 glVertexAttribIPointerBounds( int index, int size, int type, int stride, java.nio.Buffer pointer, int remaining ) argument
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...]
H A DGLLogWrapper.java242 private void argPointer(int size, int type, int stride, Buffer pointer) { argument
246 arg("pointer", pointer.toString());
1061 String name, PointerInfo pointer, int index) {
1067 if (pointer == null || pointer.mTempByteBuffer == null ) {
1071 if (pointer.mStride < 0) {
1076 int stride = pointer.getStride();
1077 ByteBuffer byteBuffer = pointer.mTempByteBuffer;
1078 int size = pointer
1060 doArrayElement(StringBuilder builder, boolean enabled, String name, PointerInfo pointer, int index) argument
1328 glColorPointer(int size, int type, int stride, Buffer pointer) argument
2146 glNormalPointer(int type, int stride, Buffer pointer) argument
2385 glTexCoordPointer(int size, int type, int stride, Buffer pointer) argument
2566 glVertexPointer(int size, int type, int stride, Buffer pointer) argument
3238 glPointSizePointerOES(int type, int stride, Buffer pointer) argument
3409 glMatrixIndexPointerOES(int size, int type, int stride, Buffer pointer) argument
3430 glWeightPointerOES(int size, int type, int stride, Buffer pointer) argument
3908 PointerInfo(int size, int type, int stride, Buffer pointer) argument
[all...]
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java196 // C function void glColorPointer ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
202 java.nio.Buffer pointer,
210 java.nio.Buffer pointer
216 pointer,
217 pointer.remaining()
224 _colorPointer = pointer;
770 // C function void glNormalPointer ( GLenum type, GLsizei stride, const GLvoid *pointer )
775 java.nio.Buffer pointer,
782 java.nio.Buffer pointer
787 pointer,
198 glColorPointerBounds( int size, int type, int stride, java.nio.Buffer pointer, int remaining ) argument
772 glNormalPointerBounds( int type, int stride, java.nio.Buffer pointer, int remaining ) argument
963 glTexCoordPointerBounds( int size, int type, int stride, java.nio.Buffer pointer, int remaining ) argument
1108 glVertexPointerBounds( int size, int type, int stride, java.nio.Buffer pointer, int remaining ) argument
1595 glPointSizePointerOESBounds( int type, int stride, java.nio.Buffer pointer, int remaining ) argument
1827 glMatrixIndexPointerOESBounds( int size, int type, int stride, java.nio.Buffer pointer, int remaining ) argument
1871 glWeightPointerOESBounds( int size, int type, int stride, java.nio.Buffer pointer, int remaining ) argument
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java360 native long rsnAllocationCreateTyped(long con, long type, int mip, int usage, long pointer); argument
361 synchronized long nAllocationCreateTyped(long type, int mip, int usage, long pointer) { argument
363 return rsnAllocationCreateTyped(mContext, type, mip, usage, pointer);
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp532 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, jlong pointer) argument
534 LOG_API("nAllocationCreateTyped, con(%p), type(%p), mip(%i), usage(%i), ptr(%p)", (RsContext)con, (RsElement)type, mips, usage, (void *)pointer);
535 return (jlong)(uintptr_t) rsAllocationCreateTyped((RsContext)con, (RsType)type, (RsAllocationMipmapControl)mips, (uint32_t)usage, (uintptr_t)pointer);
1171 // Convert from 64-bit jlong types to the native pointer type.
1217 // Convert from 64-bit jlong types to the native pointer type.
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h103 typedef typename traits::pointer pointer; typedef in class:mcld::PolicyIteratorBase
129 pointer operator*() const
191 typedef typename traits::pointer pointer; typedef in struct:mcld::TreeIterator
215 pointer operator*() const
312 // - the pointer of root
363 typedef value_type* pointer; typedef in class:mcld::BinaryTree
H A DHashIterator.h259 typedef typename traits::pointer pointer; typedef in class:mcld::HashIterator
H A DTypeTraits.h23 typedef const DataType* pointer; typedef in struct:mcld::ConstTraits
34 typedef DataType* pointer; typedef in struct:mcld::NonConstTraits
45 typedef const DataType* pointer; typedef in struct:mcld::ConstIteratorTraits
57 typedef DataType* pointer; typedef in struct:mcld::NonConstIteratorTraits
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h74 typedef value_type* pointer; typedef in class:mcld::BinaryTree

Completed in 2891 milliseconds

12