/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 | 459 (GLshort)x, in android_glDrawTexsOES__SSSSS() 460 (GLshort)y, in android_glDrawTexsOES__SSSSS() 461 (GLshort)z, in android_glDrawTexsOES__SSSSS() 462 (GLshort)width, in android_glDrawTexsOES__SSSSS() 463 (GLshort)height in android_glDrawTexsOES__SSSSS() 500 GLshort *coords_base = (GLshort *) 0; in android_glDrawTexsvOES___3SI() 502 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES___3SI() 523 coords_base = (GLshort *) in android_glDrawTexsvOES___3SI() 528 (GLshort *)coords in android_glDrawTexsvOES___3SI() 551 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() [all …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 7359 (GLshort)x, in android_glDrawTexsOES__SSSSS() 7360 (GLshort)y, in android_glDrawTexsOES__SSSSS() 7361 (GLshort)z, in android_glDrawTexsOES__SSSSS() 7362 (GLshort)width, in android_glDrawTexsOES__SSSSS() 7363 (GLshort)height in android_glDrawTexsOES__SSSSS() 7374 GLshort *coords_base = (GLshort *) 0; in android_glDrawTexsvOES___3SI() 7376 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES___3SI() 7397 coords_base = (GLshort *) in android_glDrawTexsvOES___3SI() 7402 (GLshort *)coords in android_glDrawTexsvOES___3SI() 7425 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() [all …]
|
/frameworks/native/opengl/libs/ |
D | entries_gles1.in | 70 GL_ENTRY(void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) 71 GL_ENTRY(void, glDrawTexsvOES, const GLshort *coords)
|
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/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/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
|