Home
last modified time | relevance | path

Searched refs:GLshort (Results 1 – 16 of 16) 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.h131 …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);
Dgl.h65 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.cpp459 (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 …]
Dcom_google_android_gles_jni_GLImpl.cpp7359 (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/
Dentries_gles1.in70 GL_ENTRY(void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
71 GL_ENTRY(void, glDrawTexsvOES, const GLshort *coords)
Dentries.in224 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/
Dtexture.cpp1542 void glDrawTexsvOES(const GLshort* coords) { in glDrawTexsvOES()
1550 void glDrawTexsOES(GLshort x , GLshort y, GLshort z, GLshort w, GLshort h) { in glDrawTexsOES()
Darray.cpp153 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/
Dgl.h58 typedef short GLshort; typedef
/frameworks/native/opengl/include/GLES2/
Dgl2.h65 typedef short GLshort; typedef
/frameworks/native/opengl/include/GLES3/
Dgl3.h65 typedef short GLshort; typedef
Dgl31.h67 typedef short GLshort; typedef
Dgl32.h67 typedef short GLshort; typedef