/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1ext | 6 void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height ) 7 void glDrawTexsvOES ( const GLshort *coords )
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 4 void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height ) 7 void glDrawTexsvOES ( const GLshort *coords )
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 563 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig… 566 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords); 572 …ypedef void (GL_APIENTRYP PFNGLDRAWTEXSOESPROC) (GLshort x, GLshort y, GLshort z, GLshort width, G… 575 typedef void (GL_APIENTRYP PFNGLDRAWTEXSVOESPROC) (const GLshort *coords);
|
D | gl.h | 23 typedef short GLshort; typedef
|
/frameworks/native/opengl/libs/ |
D | debug.in | 51 …GLshort x, GLshort y, GLshort z, GLshort width, GLshort height), (x, y, z, width, height), 5, "GLs… 52 TRACE_GL_VOID(glDrawTexsvOES, (const GLshort *coords), (coords), 1, "const GLshort *", coords)
|
D | trace.in | 127 …GLshort x, GLshort y, GLshort z, GLshort width, GLshort height), (x, y, z, width, height), 5, "GLs… 128 TRACE_GL_VOID(glDrawTexsvOES, (const GLshort *coords), (coords), 1, "const GLshort *", coords)
|
D | entries.in | 127 GL_ENTRY(void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) 128 GL_ENTRY(void, glDrawTexsvOES, const GLshort *coords)
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 10 void API_ENTRY(glDrawTexsOES)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) { 19 void API_ENTRY(glDrawTexsvOES)(const GLshort *coords) {
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 363 (GLshort)x, in android_glDrawTexsOES__SSSSS() 364 (GLshort)y, in android_glDrawTexsOES__SSSSS() 365 (GLshort)z, in android_glDrawTexsOES__SSSSS() 366 (GLshort)width, in android_glDrawTexsOES__SSSSS() 367 (GLshort)height in android_glDrawTexsOES__SSSSS() 404 GLshort *coords_base = (GLshort *) 0; in android_glDrawTexsvOES___3SI() 406 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES___3SI() 427 coords_base = (GLshort *) in android_glDrawTexsvOES___3SI() 432 (GLshort *)coords in android_glDrawTexsvOES___3SI() 455 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() [all …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 6971 (GLshort)x, in android_glDrawTexsOES__SSSSS() 6972 (GLshort)y, in android_glDrawTexsOES__SSSSS() 6973 (GLshort)z, in android_glDrawTexsOES__SSSSS() 6974 (GLshort)width, in android_glDrawTexsOES__SSSSS() 6975 (GLshort)height in android_glDrawTexsOES__SSSSS() 6986 GLshort *coords_base = (GLshort *) 0; in android_glDrawTexsvOES___3SI() 6988 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES___3SI() 7009 coords_base = (GLshort *) in android_glDrawTexsvOES___3SI() 7014 (GLshort *)coords in android_glDrawTexsvOES___3SI() 7037 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() [all …]
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 1555 void glDrawTexsvOES(const GLshort* coords) { in glDrawTexsvOES() 1563 void glDrawTexsOES(GLshort x , GLshort y, GLshort z, GLshort w, GLshort h) { in glDrawTexsOES()
|
D | array.cpp | 156 static void fetch2s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch2s() 172 static void fetch3s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch3s() 191 static void fetch4s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch4s() 247 static void fetchExpand3s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetchExpand3s()
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.h | 490 void GLTrace_glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height); 493 void GLTrace_glDrawTexsvOES(const GLshort *coords);
|
D | gltrace_api.cpp | 19204 void GLTrace_glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) { in GLTrace_glDrawTexsOES() 19360 void GLTrace_glDrawTexsvOES(const GLshort *coords) { in GLTrace_glDrawTexsvOES()
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 626 INT = 4; // GLbitfield, GLshort, GLint, GLsizei, GLushort, GLuint, GLfixed
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 58 typedef short GLshort; typedef
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 27 typedef short GLshort; typedef
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 49 typedef short GLshort; typedef
|