Home
last modified time | relevance | path

Searched refs:GLshort (Results 1 – 18 of 18) 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.h563 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig…
566 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
572 …ypedef void (GL_APIENTRYP PFNGLDRAWTEXSOESPROC) (GLshort x, GLshort y, GLshort z, GLshort width, G…
575 typedef void (GL_APIENTRYP PFNGLDRAWTEXSVOESPROC) (const GLshort *coords);
Dgl.h23 typedef short GLshort; typedef
/frameworks/native/opengl/libs/
Ddebug.in51GLshort x, GLshort y, GLshort z, GLshort width, GLshort height), (x, y, z, width, height), 5, "GLs…
52 TRACE_GL_VOID(glDrawTexsvOES, (const GLshort *coords), (coords), 1, "const GLshort *", coords)
Dtrace.in127GLshort x, GLshort y, GLshort z, GLshort width, GLshort height), (x, y, z, width, height), 5, "GLs…
128 TRACE_GL_VOID(glDrawTexsvOES, (const GLshort *coords), (coords), 1, "const GLshort *", coords)
Dentries.in127 GL_ENTRY(void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
128 GL_ENTRY(void, glDrawTexsvOES, const GLshort *coords)
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in10 void API_ENTRY(glDrawTexsOES)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) {
19 void API_ENTRY(glDrawTexsvOES)(const GLshort *coords) {
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp363 (GLshort)x, in android_glDrawTexsOES__SSSSS()
364 (GLshort)y, in android_glDrawTexsOES__SSSSS()
365 (GLshort)z, in android_glDrawTexsOES__SSSSS()
366 (GLshort)width, in android_glDrawTexsOES__SSSSS()
367 (GLshort)height in android_glDrawTexsOES__SSSSS()
404 GLshort *coords_base = (GLshort *) 0; in android_glDrawTexsvOES___3SI()
406 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES___3SI()
427 coords_base = (GLshort *) in android_glDrawTexsvOES___3SI()
432 (GLshort *)coords in android_glDrawTexsvOES___3SI()
455 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2()
[all …]
Dcom_google_android_gles_jni_GLImpl.cpp6971 (GLshort)x, in android_glDrawTexsOES__SSSSS()
6972 (GLshort)y, in android_glDrawTexsOES__SSSSS()
6973 (GLshort)z, in android_glDrawTexsOES__SSSSS()
6974 (GLshort)width, in android_glDrawTexsOES__SSSSS()
6975 (GLshort)height in android_glDrawTexsOES__SSSSS()
6986 GLshort *coords_base = (GLshort *) 0; in android_glDrawTexsvOES___3SI()
6988 GLshort *coords = (GLshort *) 0; in android_glDrawTexsvOES___3SI()
7009 coords_base = (GLshort *) in android_glDrawTexsvOES___3SI()
7014 (GLshort *)coords in android_glDrawTexsvOES___3SI()
7037 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/libs/GLES_trace/src/
Dgltrace_api.h490 void GLTrace_glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
493 void GLTrace_glDrawTexsvOES(const GLshort *coords);
Dgltrace_api.cpp19204 void GLTrace_glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) { in GLTrace_glDrawTexsOES()
19360 void GLTrace_glDrawTexsvOES(const GLshort *coords) { in GLTrace_glDrawTexsvOES()
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto626 INT = 4; // GLbitfield, GLshort, GLint, GLsizei, GLushort, GLuint, GLfixed
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h58 typedef short GLshort; typedef
/frameworks/native/opengl/include/GLES2/
Dgl2.h27 typedef short GLshort; typedef
/frameworks/native/opengl/include/GLES3/
Dgl3.h49 typedef short GLshort; typedef