Home
last modified time | relevance | path

Searched refs:GLshort (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.1ext6 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/
DGLES11Ext.spec4 void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height )
7 void glDrawTexsvOES ( const GLshort *coords )
/frameworks/native/opengl/include/GLES/
Dglext.h612 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);
Dgl.h23 typedef short GLshort; typedef
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in16 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/
Dandroid_opengl_GLES11Ext.cpp481 (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 …]
Dcom_google_android_gles_jni_GLImpl.cpp6975 (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/
Dtexture.cpp1555 void glDrawTexsvOES(const GLshort* coords) { in glDrawTexsvOES()
1563 void glDrawTexsOES(GLshort x , GLshort y, GLshort z, GLshort w, GLshort h) { in glDrawTexsOES()
Darray.cpp156 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/
Dgl.h58 typedef short GLshort; typedef
/frameworks/native/opengl/libs/
Dentries.in212 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/
Dgl2.h67 typedef short GLshort; typedef
/frameworks/native/opengl/include/GLES3/
Dgl3.h67 typedef short GLshort; typedef
Dgl31.h67 typedef short GLshort; typedef
Dgl32.h67 typedef short GLshort; typedef