/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 | 612 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig… 615 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords); 621 …ypedef void (GL_APIENTRYP PFNGLDRAWTEXSOESPROC) (GLshort x, GLshort y, GLshort z, GLshort width, G… 624 typedef void (GL_APIENTRYP PFNGLDRAWTEXSVOESPROC) (const GLshort *coords);
|
D | gl.h | 23 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 | 481 (GLshort)x, in android_glDrawTexsOES__SSSSS() 482 (GLshort)y, in android_glDrawTexsOES__SSSSS() 483 (GLshort)z, in android_glDrawTexsOES__SSSSS() 484 (GLshort)width, in android_glDrawTexsOES__SSSSS() 485 (GLshort)height in android_glDrawTexsOES__SSSSS() 522 GLshort *coords_base = (GLshort *) 0; in android_glDrawTexsvOES___3SI() 524 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES___3SI() 545 coords_base = (GLshort *) in android_glDrawTexsvOES___3SI() 550 (GLshort *)coords in android_glDrawTexsvOES___3SI() 573 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() [all …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 6975 (GLshort)x, in android_glDrawTexsOES__SSSSS() 6976 (GLshort)y, in android_glDrawTexsOES__SSSSS() 6977 (GLshort)z, in android_glDrawTexsOES__SSSSS() 6978 (GLshort)width, in android_glDrawTexsOES__SSSSS() 6979 (GLshort)height in android_glDrawTexsOES__SSSSS() 6990 GLshort *coords_base = (GLshort *) 0; in android_glDrawTexsvOES___3SI() 6992 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES___3SI() 7013 coords_base = (GLshort *) in android_glDrawTexsvOES___3SI() 7018 (GLshort *)coords in android_glDrawTexsvOES___3SI() 7041 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/tests/angeles/include/GLES/ |
D | gl.h | 58 typedef short GLshort; typedef
|
/frameworks/native/opengl/libs/ |
D | entries.in | 212 GL_ENTRY(void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) 213 GL_ENTRY(void, glDrawTexsvOES, const GLshort *coords)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 67 typedef short GLshort; typedef
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 67 typedef short GLshort; typedef
|
D | gl31.h | 67 typedef short GLshort; typedef
|
D | gl32.h | 67 typedef short GLshort; typedef
|