/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 | 131 …ypedef void (GL_APIENTRYP PFNGLDRAWTEXSOESPROC) (GLshort x, GLshort y, GLshort z, GLshort width, G… 134 typedef void (GL_APIENTRYP PFNGLDRAWTEXSVOESPROC) (const GLshort *coords); 140 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig… 143 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
|
D | gl.h | 65 typedef short GLshort; typedef
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 16 void API_ENTRY(glDrawTexsOES)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) { 25 void API_ENTRY(glDrawTexsvOES)(const GLshort *coords) {
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 493 (GLshort)x, in android_glDrawTexsOES__SSSSS() 494 (GLshort)y, in android_glDrawTexsOES__SSSSS() 495 (GLshort)z, in android_glDrawTexsOES__SSSSS() 496 (GLshort)width, in android_glDrawTexsOES__SSSSS() 497 (GLshort)height in android_glDrawTexsOES__SSSSS() 534 GLshort *coords_base = (GLshort *) 0; in android_glDrawTexsvOES___3SI() 536 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES___3SI() 557 coords_base = (GLshort *) in android_glDrawTexsvOES___3SI() 562 (GLshort *)coords in android_glDrawTexsvOES___3SI() 585 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() [all …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 7414 (GLshort)x, in android_glDrawTexsOES__SSSSS() 7415 (GLshort)y, in android_glDrawTexsOES__SSSSS() 7416 (GLshort)z, in android_glDrawTexsOES__SSSSS() 7417 (GLshort)width, in android_glDrawTexsOES__SSSSS() 7418 (GLshort)height in android_glDrawTexsOES__SSSSS() 7429 GLshort *coords_base = (GLshort *) 0; in android_glDrawTexsvOES___3SI() 7431 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES___3SI() 7452 coords_base = (GLshort *) in android_glDrawTexsvOES___3SI() 7457 (GLshort *)coords in android_glDrawTexsvOES___3SI() 7480 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() [all …]
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 1542 void glDrawTexsvOES(const GLshort* coords) { in glDrawTexsvOES() 1550 void glDrawTexsOES(GLshort x , GLshort y, GLshort z, GLshort w, GLshort h) { in glDrawTexsOES()
|
D | array.cpp | 153 static void fetch2s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch2s() 169 static void fetch3s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch3s() 188 static void fetch4s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch4s() 244 static void fetchExpand3s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetchExpand3s()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 58 typedef short GLshort; typedef
|
/frameworks/native/opengl/libs/ |
D | entries.in | 224 GL_ENTRY(void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) 225 GL_ENTRY(void, glDrawTexsvOES, const GLshort *coords)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 65 typedef short GLshort; typedef
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 65 typedef short GLshort; typedef
|
D | gl31.h | 67 typedef short GLshort; typedef
|
D | gl32.h | 67 typedef short GLshort; typedef
|