/frameworks/native/opengl/libs/GLES_CM/ |
D | gl.cpp | 40 const GLvoid *ptr, GLsizei count); 42 const GLvoid *pointer, GLsizei count); 44 GLsizei stride, const GLvoid *pointer, GLsizei count); 46 GLsizei stride, 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); 56 const GLvoid *ptr, GLsizei /*count*/) { in glColorPointerBounds() 60 const GLvoid *pointer, GLsizei /*count*/) { in glNormalPointerBounds() 64 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) { in glTexCoordPointerBounds() [all …]
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glDrawElementsInstanced.cpp | 8 GLvoid *indices = (GLvoid *) 0; in android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I() 10 indices = (GLvoid *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset); in android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I() 13 indices = (GLvoid *) (_indicesBase + _bufferOffset); in android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I() 19 (GLvoid *)indices, in android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I() 35 (GLvoid *)static_cast<uintptr_t>(indicesOffset), in android_glDrawElementsInstanced__IIIII()
|
D | common.cpp | 24 const GLvoid *ptr, GLsizei count); 26 const GLvoid *pointer, GLsizei count); 28 GLsizei stride, const GLvoid *pointer, GLsizei count); 30 GLsizei stride, const GLvoid *pointer, GLsizei count); 32 GLsizei stride, const GLvoid *pointer, GLsizei count); 34 GLsizei stride, const GLvoid *pointer, GLsizei count); 36 GLsizei stride, const GLvoid *pointer, GLsizei count); 40 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() 46 GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribIPointerBounds()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 16 void glColorPointer ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) 17 …nternalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data ) 18 …Lint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data ) 30 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices ) 72 void glNormalPointer ( GLenum type, GLsizei stride, const GLvoid *pointer ) 82 …els ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels ) 94 void glTexCoordPointer ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) 99 …at, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) 102 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels ) 105 void glVertexPointer ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
|
D | GLES30.spec | 2 …ements ( GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices ) 4 …th, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) 6 …t, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels ) 9 …GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data ) 11 …Lsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data ) 21 void glGetBufferPointerv ( GLenum target, GLenum pname, GLvoid **params ) 32 GLvoid * glMapBufferRange ( GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access ) 45 void glVertexAttribIPointer ( GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *… 76 void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsi… 103 …amBinary ( GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary ) [all …]
|
D | GLES20.spec | 13 void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage ) 14 void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data ) 22 …nternalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data ) 23 …Lint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data ) 43 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices ) 94 …els ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels ) 99 void glShaderBinary ( GLsizei n, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, … 107 …at, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) 112 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels ) 143 …r ( GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *ptr )
|
D | GLES11.spec | 2 void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage ) 3 void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data ) 36 void glPointSizePointerOES ( GLenum type, GLsizei stride, const GLvoid *pointer )
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 50 const GLvoid *ptr, GLsizei count); 52 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); 66 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() 72 GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribIPointerBounds() 606 GLvoid *pointer = (GLvoid *) 0; in android_glColorPointerBounds__IIILjava_nio_Buffer_2I() [all …]
|
D | android_opengl_GLES30.cpp | 50 const GLvoid *ptr, GLsizei count); 52 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); 66 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() 72 GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribIPointerBounds() 461 GLvoid *indices = (GLvoid *) 0; in android_glDrawRangeElements__IIIIILjava_nio_Buffer_2() [all …]
|
D | android_opengl_GLES10Ext.cpp | 50 const GLvoid *ptr, GLsizei count); 52 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); 66 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() 72 GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribIPointerBounds()
|
D | com_google_android_gles_jni_GLImpl.cpp | 54 const GLvoid *ptr, GLsizei count); 56 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); 64 GLsizei stride, const GLvoid *pointer, GLsizei count); 66 GLsizei stride, const GLvoid *pointer, GLsizei count); 426 GLvoid *pointer = (GLvoid *) 0; in android_glColorPointerBounds__IIILjava_nio_Buffer_2I() 429 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glColorPointerBounds__IIILjava_nio_Buffer_2I() 438 (GLvoid *)pointer, in android_glColorPointerBounds__IIILjava_nio_Buffer_2I() [all …]
|
D | android_opengl_GLES20.cpp | 50 const GLvoid *ptr, GLsizei count); 52 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); 66 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() 72 GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribIPointerBounds() 600 GLvoid *data = (GLvoid *) 0; in android_glBufferData__IILjava_nio_Buffer_2I() [all …]
|
D | android_opengl_GLES11.cpp | 50 const GLvoid *ptr, GLsizei count); 52 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); 66 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribPointerBounds() 72 GLsizei stride, const GLvoid *pointer, GLsizei count) { in glVertexAttribIPointerBounds() 465 GLvoid *data = (GLvoid *) 0; in android_glBufferData__IILjava_nio_Buffer_2I() [all …]
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 16 void glColorPointer ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) 17 …nternalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data ) 18 …Lint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data ) 30 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices ) 72 void glNormalPointer ( GLenum type, GLsizei stride, const GLvoid *pointer ) 82 …els ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels ) 94 void glTexCoordPointer ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) 99 …at, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) 102 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels ) 105 void glVertexPointer ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
|
D | glspec-1.1ext | 13 void glMatrixIndexPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) 15 void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
|
D | glspec-1.1 | 2 void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage ) 3 void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data ) 34 void glPointSizePointerOES ( GLenum type, GLsizei stride, const GLvoid *pointer )
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 53 const GLvoid *ptr, GLsizei count); 55 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); 63 GLsizei stride, const GLvoid *pointer, GLsizei count); 65 GLsizei stride, const GLvoid *pointer, GLsizei count);
|
/frameworks/native/opengl/libagl/ |
D | array.cpp | 62 GLsizei, const GLvoid*); 64 GLsizei, const GLvoid*); 66 GLsizei, const GLvoid*); 68 GLsizei, const GLvoid*); 70 GLsizei, const GLvoid*); 72 GLsizei, const GLvoid*); 74 GLsizei, const GLvoid*); 89 typedef void (*elements_prims_fct_t)(ogles_context_t*, GLsizei, const GLvoid*); 136 static void currentColor(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentColor() argument 139 static void currentColor_clamp(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentColor_clamp() argument [all …]
|
D | dxt.h | 27 bool DXT1HasAlpha(const GLvoid *data, int width, int height); 28 void decodeDXT(const GLvoid *data, int width, int height,
|
D | dxt.cpp | 136 DXT1HasAlpha(const GLvoid *data, int width, int height) { in DXT1HasAlpha() 194 decodeDXT1(const GLvoid *data, int width, int height, in decodeDXT1() 307 decodeDXT3(const GLvoid *data, int width, int height, in decodeDXT3() 416 decodeDXT5(const GLvoid *data, int width, int height, in decodeDXT5() 599 decodeDXT(const GLvoid *data, int width, int height, in decodeDXT()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 66 typedef void GLvoid; typedef 488 GLAPI void APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer); 489 …nternalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data); 490 …Lint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data); 502 GLAPI void APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices); 544 GLAPI void APIENTRY glNormalPointer (GLenum type, GLsizei stride, const GLvoid *pointer); 554 …xels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels); 566 GLAPI void APIENTRY glTexCoordPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *point… 571 …at, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels); 574 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels); [all …]
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 17 typedef void GLvoid; typedef 638 GL_API void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum us… 639 … GL_APIENTRY glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data); 649 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *poin… 650 …nternalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data); 651 …Lint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data); 663 GL_API void GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indi… 682 GL_API void GL_APIENTRY glGetPointerv (GLenum pname, GLvoid **params); 706 GL_API void GL_APIENTRY glNormalPointer (GLenum type, GLsizei stride, const GLvoid *pointer); 715 …xels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels); [all …]
|
/frameworks/base/libs/hwui/renderstate/ |
D | MeshState.h | 84 void bindPositionVertexPointer(const GLvoid* vertices, 91 void bindTexCoordsVertexPointer(const GLvoid* vertices,
|
D | MeshState.cpp | 116 void MeshState::bindPositionVertexPointer(const GLvoid* vertices, GLsizei stride) { in bindPositionVertexPointer() 127 void MeshState::bindTexCoordsVertexPointer(const GLvoid* vertices, GLsizei stride) { in bindTexCoordsVertexPointer()
|
/frameworks/base/libs/hwui/ |
D | Texture.cpp | 125 GLsizei width, GLsizei height, const GLvoid * data) { in uploadToTexture() 147 GLvoid * temp = (GLvoid *) malloc(width * height * bpp); in uploadToTexture()
|