/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 188 (const GLshort *coords), 189 (coords)) 192 (const GLint *coords), 193 (coords)) 196 (const GLfloat *coords), 197 (coords)) 200 (const GLfixed *coords), 201 (coords))
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_functions.h | 29 X(void, glDrawTexsvOES, (const GLshort * coords), (coords)) \ 30 X(void, glDrawTexivOES, (const GLint * coords), (coords)) \ 31 X(void, glDrawTexxvOES, (const GLfixed * coords), (coords)) \ 33 X(void, glDrawTexfvOES, (const GLfloat * coords), (coords)) \
|
D | gles1_extensions_static_translator_namespaced_header.h | 29 GL_APICALL void GL_APIENTRY glDrawTexsvOES(const GLshort * coords); 30 GL_APICALL void GL_APIENTRY glDrawTexivOES(const GLint * coords); 31 GL_APICALL void GL_APIENTRY glDrawTexxvOES(const GLfixed * coords); 33 GL_APICALL void GL_APIENTRY glDrawTexfvOES(const GLfloat * coords);
|
D | gles12tr_internal.h | 87 X(void, glDrawTexfvOES, (const GLfloat* coords), (coords)) \ 89 X(void, glDrawTexivOES, (const GLint* coords), (coords)) \ 91 X(void, glDrawTexsvOES, (const GLshort* coords), (coords)) \ 93 X(void, glDrawTexxvOES, (const GLfixed* coords), (coords)) \ 216 X(void, glNormal3fv, (const GLfloat* coords), (coords)) \ 217 X(void, glNormal3sv, (const GLshort* coords), (coords)) \
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 188 (const GLshort *coords), 189 (coords)) 192 (const GLint *coords), 193 (coords)) 196 (const GLfloat *coords), 197 (coords)) 200 (const GLfixed *coords), 201 (coords))
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions_dispatch_logging_wrappers.impl | 109 void glDrawTexsvOES_dispatchLoggingWrapper(const GLshort * coords) { 110 DISPATCH_DEBUG_LOG("glDrawTexsvOES(coords:%p)", coords); 111 GLDispatch::glDrawTexsvOES_underlying(coords); 114 void glDrawTexivOES_dispatchLoggingWrapper(const GLint * coords) { 115 DISPATCH_DEBUG_LOG("glDrawTexivOES(coords:%p)", coords); 116 GLDispatch::glDrawTexivOES_underlying(coords); 119 void glDrawTexxvOES_dispatchLoggingWrapper(const GLfixed * coords) { 120 DISPATCH_DEBUG_LOG("glDrawTexxvOES(coords:%p)", coords); 121 GLDispatch::glDrawTexxvOES_underlying(coords); 129 void glDrawTexfvOES_dispatchLoggingWrapper(const GLfloat * coords) { [all …]
|
D | gles1_extensions.entries | 26 void glDrawTexsvOES(const GLshort *coords); 27 void glDrawTexivOES(const GLint *coords); 28 void glDrawTexxvOES(const GLfixed *coords); 30 void glDrawTexfvOES(const GLfloat *coords);
|
D | gles12tr_internal.entries | 85 void glDrawTexfvOES( const GLfloat* coords); 87 void glDrawTexivOES( const GLint* coords); 89 void glDrawTexsvOES( const GLshort* coords); 91 void glDrawTexxvOES( const GLfixed* coords); 214 void glNormal3fv( const GLfloat* coords); 215 void glNormal3sv( const GLshort* coords);
|
/hardware/interfaces/input/classifier/1.0/vts/functional/ |
D | VtsHalInputClassifierV1_0TargetTest.cpp | 63 PointerCoords coords; in getSimpleMotionEvent() local 64 coords.bits = Axis::X | Axis::Y; in getSimpleMotionEvent() 65 coords.values = {1 /*X*/, 2 /*Y*/}; in getSimpleMotionEvent() 66 event.pointerCoords = {coords}; in getSimpleMotionEvent()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 157 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort * coords); 158 GL_API void GL_APIENTRY glDrawTexivOES (const GLint * coords); 159 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat * coords); 160 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat * coords); 161 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed * coords); 2943 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort * coords) { in glDrawTexsvOES() argument 2946 glDrawTexOES<GLshort,GL_SHORT>(coords[0],coords[1],coords[2],coords[3],coords[4]); in glDrawTexsvOES() 2949 GL_API void GL_APIENTRY glDrawTexivOES (const GLint * coords) { in glDrawTexivOES() argument 2952 glDrawTexOES<GLint,GL_INT>(coords[0],coords[1],coords[2],coords[3],coords[4]); in glDrawTexivOES() 2955 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat * coords) { in glDrawTexfvOES() argument [all …]
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 372 #void glDrawTexsvOES(GLshort *coords) 374 len coords (5 * sizeof(GLshort)) 376 #void glDrawTexivOES(GLint *coords) 378 len coords (5 * sizeof(GLint)) 380 #void glDrawTexxvOES(GLfixed *coords) 382 len coords (5 * sizeof(GLfixed)) 384 #void glDrawTexfvOES(GLfloat *coords) 386 len coords (5 * sizeof(GLfloat))
|
D | gles1.in | 176 GL_ENTRY(void, glDrawTexsvOES, const GLshort *coords) 177 GL_ENTRY(void, glDrawTexivOES, const GLint *coords) 178 GL_ENTRY(void, glDrawTexxvOES, const GLfixed *coords) 180 GL_ENTRY(void, glDrawTexfvOES, const GLfloat *coords)
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 511 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords); 512 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords); 513 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords); 515 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords); 520 typedef void (GL_APIENTRYP PFNGLDRAWTEXSVOESPROC) (const GLshort *coords); 521 typedef void (GL_APIENTRYP PFNGLDRAWTEXIVOESPROC) (const GLint *coords); 522 typedef void (GL_APIENTRYP PFNGLDRAWTEXXVOESPROC) (const GLfixed *coords); 524 typedef void (GL_APIENTRYP PFNGLDRAWTEXFVOESPROC) (const GLfloat *coords);
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 1528 typedef void (APIENTRYP PFNGLTEXCOORDP1UIPROC) (GLenum type, GLuint coords); 1529 typedef void (APIENTRYP PFNGLTEXCOORDP1UIVPROC) (GLenum type, const GLuint *coords); 1530 typedef void (APIENTRYP PFNGLTEXCOORDP2UIPROC) (GLenum type, GLuint coords); 1531 typedef void (APIENTRYP PFNGLTEXCOORDP2UIVPROC) (GLenum type, const GLuint *coords); 1532 typedef void (APIENTRYP PFNGLTEXCOORDP3UIPROC) (GLenum type, GLuint coords); 1533 typedef void (APIENTRYP PFNGLTEXCOORDP3UIVPROC) (GLenum type, const GLuint *coords); 1534 typedef void (APIENTRYP PFNGLTEXCOORDP4UIPROC) (GLenum type, GLuint coords); 1535 typedef void (APIENTRYP PFNGLTEXCOORDP4UIVPROC) (GLenum type, const GLuint *coords); 1536 typedef void (APIENTRYP PFNGLMULTITEXCOORDP1UIPROC) (GLenum texture, GLenum type, GLuint coords); 1537 …f void (APIENTRYP PFNGLMULTITEXCOORDP1UIVPROC) (GLenum texture, GLenum type, const GLuint *coords); [all …]
|
D | glcorearb.h | 5535 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords); 5536 …TRYP PFNGLPATHCOORDSNVPROC) (GLuint path, GLsizei numCoords, GLenum coordType, const void *coords); 5537 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords); 5538 …NVPROC) (GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const void *coords); 5565 typedef void (APIENTRYP PFNGLGETPATHCOORDSNVPROC) (GLuint path, GLfloat *coords); 5593 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords); 5594 …oid APIENTRY glPathCoordsNV (GLuint path, GLsizei numCoords, GLenum coordType, const void *coords); 5595 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords); 5596 …oordsNV (GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const void *coords); 5623 GLAPI void APIENTRY glGetPathCoordsNV (GLuint path, GLfloat *coords);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 119 typedef void (GL_APIENTRYP PFNGLDRAWTEXSVOESPROC) (const GLshort *coords); 120 typedef void (GL_APIENTRYP PFNGLDRAWTEXIVOESPROC) (const GLint *coords); 121 typedef void (GL_APIENTRYP PFNGLDRAWTEXXVOESPROC) (const GLfixed *coords); 123 typedef void (GL_APIENTRYP PFNGLDRAWTEXFVOESPROC) (const GLfloat *coords); 128 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords); 129 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords); 130 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords); 132 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 619 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords); 620 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords); 621 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords); 623 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords); 628 typedef void (GL_APIENTRYP PFNGLDRAWTEXSVOESPROC) (const GLshort *coords); 629 typedef void (GL_APIENTRYP PFNGLDRAWTEXIVOESPROC) (const GLint *coords); 630 typedef void (GL_APIENTRYP PFNGLDRAWTEXXVOESPROC) (const GLfixed *coords); 632 typedef void (GL_APIENTRYP PFNGLDRAWTEXFVOESPROC) (const GLfloat *coords);
|
/hardware/google/gfxstream/host/testlibs/qnx/ |
D | QNXWindow.cpp | 424 int coords[] = {x, y}; in setMousePosition() local 425 screen_set_event_property_iv(screen_event, SCREEN_PROPERTY_SOURCE_POSITION, coords); in setMousePosition()
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | glext.h | 7998 GLAPI void APIENTRY glTexCoordP1ui (GLenum type, GLuint coords); 7999 GLAPI void APIENTRY glTexCoordP1uiv (GLenum type, const GLuint *coords); 8000 GLAPI void APIENTRY glTexCoordP2ui (GLenum type, GLuint coords); 8001 GLAPI void APIENTRY glTexCoordP2uiv (GLenum type, const GLuint *coords); 8002 GLAPI void APIENTRY glTexCoordP3ui (GLenum type, GLuint coords); 8003 GLAPI void APIENTRY glTexCoordP3uiv (GLenum type, const GLuint *coords); 8004 GLAPI void APIENTRY glTexCoordP4ui (GLenum type, GLuint coords); 8005 GLAPI void APIENTRY glTexCoordP4uiv (GLenum type, const GLuint *coords); 8006 GLAPI void APIENTRY glMultiTexCoordP1ui (GLenum texture, GLenum type, GLuint coords); 8007 GLAPI void APIENTRY glMultiTexCoordP1uiv (GLenum texture, GLenum type, const GLuint *coords); [all …]
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_entry.cpp | 176 void glDrawTexsvOES(const GLshort* coords); 177 void glDrawTexivOES(const GLint* coords); 178 void glDrawTexxvOES(const GLfixed* coords); 180 void glDrawTexfvOES(const GLfloat* coords); 1321 void glDrawTexsvOES(const GLshort* coords) in glDrawTexsvOES() argument 1324 ctx->glDrawTexsvOES(ctx, coords); in glDrawTexsvOES() 1327 void glDrawTexivOES(const GLint* coords) in glDrawTexivOES() argument 1330 ctx->glDrawTexivOES(ctx, coords); in glDrawTexivOES() 1333 void glDrawTexxvOES(const GLfixed* coords) in glDrawTexxvOES() argument 1336 ctx->glDrawTexxvOES(ctx, coords); in glDrawTexxvOES() [all …]
|
D | gl_enc.cpp | 5067 void glDrawTexsvOES_enc(void *self , const GLshort* coords) in glDrawTexsvOES_enc() argument 5069 ENCODER_DEBUG_LOG("glDrawTexsvOES(coords:0x%08x)", coords); in glDrawTexsvOES_enc() 5089 memcpy(ptr, coords, __size_coords);ptr += __size_coords; in glDrawTexsvOES_enc() 5096 void glDrawTexivOES_enc(void *self , const GLint* coords) in glDrawTexivOES_enc() argument 5098 ENCODER_DEBUG_LOG("glDrawTexivOES(coords:0x%08x)", coords); in glDrawTexivOES_enc() 5118 memcpy(ptr, coords, __size_coords);ptr += __size_coords; in glDrawTexivOES_enc() 5125 void glDrawTexxvOES_enc(void *self , const GLfixed* coords) in glDrawTexxvOES_enc() argument 5127 ENCODER_DEBUG_LOG("glDrawTexxvOES(coords:0x%08x)", coords); in glDrawTexxvOES_enc() 5147 memcpy(ptr, coords, __size_coords);ptr += __size_coords; in glDrawTexxvOES_enc() 5185 void glDrawTexfvOES_enc(void *self , const GLfloat* coords) in glDrawTexfvOES_enc() argument [all …]
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2ext.h | 3142 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords); 3143 …TRYP PFNGLPATHCOORDSNVPROC) (GLuint path, GLsizei numCoords, GLenum coordType, const void *coords); 3144 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords); 3145 …NVPROC) (GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const void *coords); 3172 typedef void (GL_APIENTRYP PFNGLGETPATHCOORDSNVPROC) (GLuint path, GLfloat *coords); 3219 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords); 3220 … GL_APIENTRY glPathCoordsNV (GLuint path, GLsizei numCoords, GLenum coordType, const void *coords); 3221 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords); 3222 …oordsNV (GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const void *coords); 3249 GL_APICALL void GL_APIENTRY glGetPathCoordsNV (GLuint path, GLfloat *coords);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2ext.h | 3300 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords); 3301 …TRYP PFNGLPATHCOORDSNVPROC) (GLuint path, GLsizei numCoords, GLenum coordType, const void *coords); 3302 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords); 3303 …NVPROC) (GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const void *coords); 3330 typedef void (GL_APIENTRYP PFNGLGETPATHCOORDSNVPROC) (GLuint path, GLfloat *coords); 3377 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords); 3378 … GL_APIENTRY glPathCoordsNV (GLuint path, GLsizei numCoords, GLenum coordType, const void *coords); 3379 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords); 3380 …oordsNV (GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const void *coords); 3407 GL_APICALL void GL_APIENTRY glGetPathCoordsNV (GLuint path, GLfloat *coords);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2ext.h | 3365 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords); 3366 …TRYP PFNGLPATHCOORDSNVPROC) (GLuint path, GLsizei numCoords, GLenum coordType, const void *coords); 3367 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords); 3368 …NVPROC) (GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const void *coords); 3395 typedef void (GL_APIENTRYP PFNGLGETPATHCOORDSNVPROC) (GLuint path, GLfloat *coords); 3442 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords); 3443 … GL_APIENTRY glPathCoordsNV (GLuint path, GLsizei numCoords, GLenum coordType, const void *coords); 3444 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords); 3445 …oordsNV (GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const void *coords); 3472 GL_APICALL void GL_APIENTRY glGetPathCoordsNV (GLuint path, GLfloat *coords);
|
/hardware/google/gfxstream/include/GL/ |
D | GLcorearb.h | 5222 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords); 5223 …TRYP PFNGLPATHCOORDSNVPROC) (GLuint path, GLsizei numCoords, GLenum coordType, const void *coords); 5224 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords); 5225 …NVPROC) (GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const void *coords); 5252 typedef void (APIENTRYP PFNGLGETPATHCOORDSNVPROC) (GLuint path, GLfloat *coords); 5280 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords); 5281 …oid APIENTRY glPathCoordsNV (GLuint path, GLsizei numCoords, GLenum coordType, const void *coords); 5282 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords); 5283 …oordsNV (GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const void *coords); 5310 GLAPI void APIENTRY glGetPathCoordsNV (GLuint path, GLfloat *coords);
|