1// Auto-generated with: android/scripts/gen-entries.py --mode=dispatch_logging_wrappers stream-servers/gl/OpenGLESDispatch/gles1_extensions.entries --output=stream-servers/gl/OpenGLESDispatch/gles1_extensions_dispatch_logging_wrappers.impl 2// DO NOT EDIT THIS FILE 3 4void glCurrentPaletteMatrixARB_dispatchLoggingWrapper(GLint index) { 5 DISPATCH_DEBUG_LOG("glCurrentPaletteMatrixARB(index:%d)", index); 6 GLDispatch::glCurrentPaletteMatrixARB_underlying(index); 7} 8 9void glMatrixIndexuivARB_dispatchLoggingWrapper(GLint size, GLuint * indices) { 10 DISPATCH_DEBUG_LOG("glMatrixIndexuivARB(size:%d, indices:%p)", size, indices); 11 GLDispatch::glMatrixIndexuivARB_underlying(size, indices); 12} 13 14void glMatrixIndexPointerARB_dispatchLoggingWrapper(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer) { 15 DISPATCH_DEBUG_LOG("glMatrixIndexPointerARB(size:%d, type:0x%X, stride:%d, pointer:%p)", size, type, stride, pointer); 16 GLDispatch::glMatrixIndexPointerARB_underlying(size, type, stride, pointer); 17} 18 19void glWeightPointerARB_dispatchLoggingWrapper(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer) { 20 DISPATCH_DEBUG_LOG("glWeightPointerARB(size:%d, type:0x%X, stride:%d, pointer:%p)", size, type, stride, pointer); 21 GLDispatch::glWeightPointerARB_underlying(size, type, stride, pointer); 22} 23 24void glTexGenf_dispatchLoggingWrapper(GLenum coord, GLenum pname, GLfloat param) { 25 DISPATCH_DEBUG_LOG("glTexGenf(coord:0x%X, pname:0x%X, param:%f)", coord, pname, param); 26 GLDispatch::glTexGenf_underlying(coord, pname, param); 27} 28 29void glTexGeni_dispatchLoggingWrapper(GLenum coord, GLenum pname, GLint param) { 30 DISPATCH_DEBUG_LOG("glTexGeni(coord:0x%X, pname:0x%X, param:%d)", coord, pname, param); 31 GLDispatch::glTexGeni_underlying(coord, pname, param); 32} 33 34void glTexGenfv_dispatchLoggingWrapper(GLenum coord, GLenum pname, const GLfloat * params) { 35 DISPATCH_DEBUG_LOG("glTexGenfv(coord:0x%X, pname:0x%X, params:%p)", coord, pname, params); 36 GLDispatch::glTexGenfv_underlying(coord, pname, params); 37} 38 39void glTexGeniv_dispatchLoggingWrapper(GLenum coord, GLenum pname, const GLint * params) { 40 DISPATCH_DEBUG_LOG("glTexGeniv(coord:0x%X, pname:0x%X, params:%p)", coord, pname, params); 41 GLDispatch::glTexGeniv_underlying(coord, pname, params); 42} 43 44void glGetTexGenfv_dispatchLoggingWrapper(GLenum coord, GLenum pname, GLfloat * params) { 45 DISPATCH_DEBUG_LOG("glGetTexGenfv(coord:0x%X, pname:0x%X, params:%p)", coord, pname, params); 46 GLDispatch::glGetTexGenfv_underlying(coord, pname, params); 47} 48 49void glGetTexGeniv_dispatchLoggingWrapper(GLenum coord, GLenum pname, GLint * params) { 50 DISPATCH_DEBUG_LOG("glGetTexGeniv(coord:0x%X, pname:0x%X, params:%p)", coord, pname, params); 51 GLDispatch::glGetTexGeniv_underlying(coord, pname, params); 52} 53 54void glColorPointerWithDataSize_dispatchLoggingWrapper(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer, GLsizei dataSize) { 55 DISPATCH_DEBUG_LOG("glColorPointerWithDataSize(size:%d, type:0x%X, stride:%d, pointer:%p, dataSize:%d)", size, type, stride, pointer, dataSize); 56 GLDispatch::glColorPointerWithDataSize_underlying(size, type, stride, pointer, dataSize); 57} 58 59void glNormalPointerWithDataSize_dispatchLoggingWrapper(GLenum type, GLsizei stride, const GLvoid * pointer, GLsizei dataSize) { 60 DISPATCH_DEBUG_LOG("glNormalPointerWithDataSize(type:0x%X, stride:%d, pointer:%p, dataSize:%d)", type, stride, pointer, dataSize); 61 GLDispatch::glNormalPointerWithDataSize_underlying(type, stride, pointer, dataSize); 62} 63 64void glTexCoordPointerWithDataSize_dispatchLoggingWrapper(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer, GLsizei dataSize) { 65 DISPATCH_DEBUG_LOG("glTexCoordPointerWithDataSize(size:%d, type:0x%X, stride:%d, pointer:%p, dataSize:%d)", size, type, stride, pointer, dataSize); 66 GLDispatch::glTexCoordPointerWithDataSize_underlying(size, type, stride, pointer, dataSize); 67} 68 69void glVertexPointerWithDataSize_dispatchLoggingWrapper(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer, GLsizei dataSize) { 70 DISPATCH_DEBUG_LOG("glVertexPointerWithDataSize(size:%d, type:0x%X, stride:%d, pointer:%p, dataSize:%d)", size, type, stride, pointer, dataSize); 71 GLDispatch::glVertexPointerWithDataSize_underlying(size, type, stride, pointer, dataSize); 72} 73 74void glPointSizePointerOES_dispatchLoggingWrapper(GLenum type, GLsizei stride, const GLvoid * pointer) { 75 DISPATCH_DEBUG_LOG("glPointSizePointerOES(type:0x%X, stride:%d, pointer:%p)", type, stride, pointer); 76 GLDispatch::glPointSizePointerOES_underlying(type, stride, pointer); 77} 78 79void glBlendEquationSeparateOES_dispatchLoggingWrapper(GLenum modeRGB, GLenum modeAlpha) { 80 DISPATCH_DEBUG_LOG("glBlendEquationSeparateOES(modeRGB:0x%X, modeAlpha:0x%X)", modeRGB, modeAlpha); 81 GLDispatch::glBlendEquationSeparateOES_underlying(modeRGB, modeAlpha); 82} 83 84void glBlendFuncSeparateOES_dispatchLoggingWrapper(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) { 85 DISPATCH_DEBUG_LOG("glBlendFuncSeparateOES(srcRGB:0x%X, dstRGB:0x%X, srcAlpha:0x%X, dstAlpha:0x%X)", srcRGB, dstRGB, srcAlpha, dstAlpha); 86 GLDispatch::glBlendFuncSeparateOES_underlying(srcRGB, dstRGB, srcAlpha, dstAlpha); 87} 88 89void glBlendEquationOES_dispatchLoggingWrapper(GLenum mode) { 90 DISPATCH_DEBUG_LOG("glBlendEquationOES(mode:0x%X)", mode); 91 GLDispatch::glBlendEquationOES_underlying(mode); 92} 93 94void glDrawTexsOES_dispatchLoggingWrapper(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) { 95 DISPATCH_DEBUG_LOG("glDrawTexsOES(x:%d, y:%d, z:%d, width:%d, height:%d)", x, y, z, width, height); 96 GLDispatch::glDrawTexsOES_underlying(x, y, z, width, height); 97} 98 99void glDrawTexiOES_dispatchLoggingWrapper(GLint x, GLint y, GLint z, GLint width, GLint height) { 100 DISPATCH_DEBUG_LOG("glDrawTexiOES(x:%d, y:%d, z:%d, width:%d, height:%d)", x, y, z, width, height); 101 GLDispatch::glDrawTexiOES_underlying(x, y, z, width, height); 102} 103 104void glDrawTexxOES_dispatchLoggingWrapper(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) { 105 DISPATCH_DEBUG_LOG("glDrawTexxOES(x:%d, y:%d, z:%d, width:%d, height:%d)", x, y, z, width, height); 106 GLDispatch::glDrawTexxOES_underlying(x, y, z, width, height); 107} 108 109void glDrawTexsvOES_dispatchLoggingWrapper(const GLshort * coords) { 110 DISPATCH_DEBUG_LOG("glDrawTexsvOES(coords:%p)", coords); 111 GLDispatch::glDrawTexsvOES_underlying(coords); 112} 113 114void glDrawTexivOES_dispatchLoggingWrapper(const GLint * coords) { 115 DISPATCH_DEBUG_LOG("glDrawTexivOES(coords:%p)", coords); 116 GLDispatch::glDrawTexivOES_underlying(coords); 117} 118 119void glDrawTexxvOES_dispatchLoggingWrapper(const GLfixed * coords) { 120 DISPATCH_DEBUG_LOG("glDrawTexxvOES(coords:%p)", coords); 121 GLDispatch::glDrawTexxvOES_underlying(coords); 122} 123 124void glDrawTexfOES_dispatchLoggingWrapper(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) { 125 DISPATCH_DEBUG_LOG("glDrawTexfOES(x:%f, y:%f, z:%f, width:%f, height:%f)", x, y, z, width, height); 126 GLDispatch::glDrawTexfOES_underlying(x, y, z, width, height); 127} 128 129void glDrawTexfvOES_dispatchLoggingWrapper(const GLfloat * coords) { 130 DISPATCH_DEBUG_LOG("glDrawTexfvOES(coords:%p)", coords); 131 GLDispatch::glDrawTexfvOES_underlying(coords); 132} 133 134GLboolean glIsRenderbufferOES_dispatchLoggingWrapper(GLuint renderbuffer) { 135 DISPATCH_DEBUG_LOG("glIsRenderbufferOES(renderbuffer:%d)", renderbuffer); 136 return GLDispatch::glIsRenderbufferOES_underlying(renderbuffer); 137} 138 139void glBindRenderbufferOES_dispatchLoggingWrapper(GLenum target, GLuint renderbuffer) { 140 DISPATCH_DEBUG_LOG("glBindRenderbufferOES(target:0x%X, renderbuffer:%d)", target, renderbuffer); 141 GLDispatch::glBindRenderbufferOES_underlying(target, renderbuffer); 142} 143 144void glDeleteRenderbuffersOES_dispatchLoggingWrapper(GLsizei n, const GLuint* renderbuffers) { 145 DISPATCH_DEBUG_LOG("glDeleteRenderbuffersOES(n:%d, renderbuffers:%p)", n, renderbuffers); 146 GLDispatch::glDeleteRenderbuffersOES_underlying(n, renderbuffers); 147} 148 149void glGenRenderbuffersOES_dispatchLoggingWrapper(GLsizei n, GLuint* renderbuffers) { 150 DISPATCH_DEBUG_LOG("glGenRenderbuffersOES(n:%d, renderbuffers:%p)", n, renderbuffers); 151 GLDispatch::glGenRenderbuffersOES_underlying(n, renderbuffers); 152} 153 154void glRenderbufferStorageOES_dispatchLoggingWrapper(GLenum target, GLenum internalformat, GLsizei width, GLsizei height) { 155 DISPATCH_DEBUG_LOG("glRenderbufferStorageOES(target:0x%X, internalformat:0x%X, width:%d, height:%d)", target, internalformat, width, height); 156 GLDispatch::glRenderbufferStorageOES_underlying(target, internalformat, width, height); 157} 158 159void glGetRenderbufferParameterivOES_dispatchLoggingWrapper(GLenum target, GLenum pname, GLint* params) { 160 DISPATCH_DEBUG_LOG("glGetRenderbufferParameterivOES(target:0x%X, pname:0x%X, params:%p)", target, pname, params); 161 GLDispatch::glGetRenderbufferParameterivOES_underlying(target, pname, params); 162} 163 164GLboolean glIsFramebufferOES_dispatchLoggingWrapper(GLuint framebuffer) { 165 DISPATCH_DEBUG_LOG("glIsFramebufferOES(framebuffer:%d)", framebuffer); 166 return GLDispatch::glIsFramebufferOES_underlying(framebuffer); 167} 168 169void glBindFramebufferOES_dispatchLoggingWrapper(GLenum target, GLuint framebuffer) { 170 DISPATCH_DEBUG_LOG("glBindFramebufferOES(target:0x%X, framebuffer:%d)", target, framebuffer); 171 GLDispatch::glBindFramebufferOES_underlying(target, framebuffer); 172} 173 174void glDeleteFramebuffersOES_dispatchLoggingWrapper(GLsizei n, const GLuint* framebuffers) { 175 DISPATCH_DEBUG_LOG("glDeleteFramebuffersOES(n:%d, framebuffers:%p)", n, framebuffers); 176 GLDispatch::glDeleteFramebuffersOES_underlying(n, framebuffers); 177} 178 179void glGenFramebuffersOES_dispatchLoggingWrapper(GLsizei n, GLuint* framebuffers) { 180 DISPATCH_DEBUG_LOG("glGenFramebuffersOES(n:%d, framebuffers:%p)", n, framebuffers); 181 GLDispatch::glGenFramebuffersOES_underlying(n, framebuffers); 182} 183 184GLenum glCheckFramebufferStatusOES_dispatchLoggingWrapper(GLenum target) { 185 DISPATCH_DEBUG_LOG("glCheckFramebufferStatusOES(target:0x%X)", target); 186 return GLDispatch::glCheckFramebufferStatusOES_underlying(target); 187} 188 189void glFramebufferRenderbufferOES_dispatchLoggingWrapper(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) { 190 DISPATCH_DEBUG_LOG("glFramebufferRenderbufferOES(target:0x%X, attachment:0x%X, renderbuffertarget:0x%X, renderbuffer:%d)", target, attachment, renderbuffertarget, renderbuffer); 191 GLDispatch::glFramebufferRenderbufferOES_underlying(target, attachment, renderbuffertarget, renderbuffer); 192} 193 194void glFramebufferTexture2DOES_dispatchLoggingWrapper(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) { 195 DISPATCH_DEBUG_LOG("glFramebufferTexture2DOES(target:0x%X, attachment:0x%X, textarget:0x%X, texture:%d, level:%d)", target, attachment, textarget, texture, level); 196 GLDispatch::glFramebufferTexture2DOES_underlying(target, attachment, textarget, texture, level); 197} 198 199void glGetFramebufferAttachmentParameterivOES_dispatchLoggingWrapper(GLenum target, GLenum attachment, GLenum pname, GLint* params) { 200 DISPATCH_DEBUG_LOG("glGetFramebufferAttachmentParameterivOES(target:0x%X, attachment:0x%X, pname:0x%X, params:%p)", target, attachment, pname, params); 201 GLDispatch::glGetFramebufferAttachmentParameterivOES_underlying(target, attachment, pname, params); 202} 203 204void glGenerateMipmapOES_dispatchLoggingWrapper(GLenum target) { 205 DISPATCH_DEBUG_LOG("glGenerateMipmapOES(target:0x%X)", target); 206 GLDispatch::glGenerateMipmapOES_underlying(target); 207} 208 209void glCurrentPaletteMatrixOES_dispatchLoggingWrapper(GLuint matrixpaletteindex) { 210 DISPATCH_DEBUG_LOG("glCurrentPaletteMatrixOES(matrixpaletteindex:%d)", matrixpaletteindex); 211 GLDispatch::glCurrentPaletteMatrixOES_underlying(matrixpaletteindex); 212} 213 214void glLoadPaletteFromModelViewMatrixOES_dispatchLoggingWrapper() { 215 DISPATCH_DEBUG_LOG("glLoadPaletteFromModelViewMatrixOES()"); 216 GLDispatch::glLoadPaletteFromModelViewMatrixOES_underlying(); 217} 218 219void glMatrixIndexPointerOES_dispatchLoggingWrapper(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer) { 220 DISPATCH_DEBUG_LOG("glMatrixIndexPointerOES(size:%d, type:0x%X, stride:%d, pointer:%p)", size, type, stride, pointer); 221 GLDispatch::glMatrixIndexPointerOES_underlying(size, type, stride, pointer); 222} 223 224void glWeightPointerOES_dispatchLoggingWrapper(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer) { 225 DISPATCH_DEBUG_LOG("glWeightPointerOES(size:%d, type:0x%X, stride:%d, pointer:%p)", size, type, stride, pointer); 226 GLDispatch::glWeightPointerOES_underlying(size, type, stride, pointer); 227} 228 229void glTexGenfOES_dispatchLoggingWrapper(GLenum coord, GLenum pname, GLfloat param) { 230 DISPATCH_DEBUG_LOG("glTexGenfOES(coord:0x%X, pname:0x%X, param:%f)", coord, pname, param); 231 GLDispatch::glTexGenfOES_underlying(coord, pname, param); 232} 233 234void glTexGenfvOES_dispatchLoggingWrapper(GLenum coord, GLenum pname, const GLfloat * params) { 235 DISPATCH_DEBUG_LOG("glTexGenfvOES(coord:0x%X, pname:0x%X, params:%p)", coord, pname, params); 236 GLDispatch::glTexGenfvOES_underlying(coord, pname, params); 237} 238 239void glTexGeniOES_dispatchLoggingWrapper(GLenum coord, GLenum pname, GLint param) { 240 DISPATCH_DEBUG_LOG("glTexGeniOES(coord:0x%X, pname:0x%X, param:%d)", coord, pname, param); 241 GLDispatch::glTexGeniOES_underlying(coord, pname, param); 242} 243 244void glTexGenivOES_dispatchLoggingWrapper(GLenum coord, GLenum pname, const GLint * params) { 245 DISPATCH_DEBUG_LOG("glTexGenivOES(coord:0x%X, pname:0x%X, params:%p)", coord, pname, params); 246 GLDispatch::glTexGenivOES_underlying(coord, pname, params); 247} 248 249void glTexGenxOES_dispatchLoggingWrapper(GLenum coord, GLenum pname, GLfixed param) { 250 DISPATCH_DEBUG_LOG("glTexGenxOES(coord:0x%X, pname:0x%X, param:%d)", coord, pname, param); 251 GLDispatch::glTexGenxOES_underlying(coord, pname, param); 252} 253 254void glTexGenxvOES_dispatchLoggingWrapper(GLenum coord, GLenum pname, const GLfixed * params) { 255 DISPATCH_DEBUG_LOG("glTexGenxvOES(coord:0x%X, pname:0x%X, params:%p)", coord, pname, params); 256 GLDispatch::glTexGenxvOES_underlying(coord, pname, params); 257} 258 259void glGetTexGenfvOES_dispatchLoggingWrapper(GLenum coord, GLenum pname, GLfloat * params) { 260 DISPATCH_DEBUG_LOG("glGetTexGenfvOES(coord:0x%X, pname:0x%X, params:%p)", coord, pname, params); 261 GLDispatch::glGetTexGenfvOES_underlying(coord, pname, params); 262} 263 264void glGetTexGenivOES_dispatchLoggingWrapper(GLenum coord, GLenum pname, GLint * params) { 265 DISPATCH_DEBUG_LOG("glGetTexGenivOES(coord:0x%X, pname:0x%X, params:%p)", coord, pname, params); 266 GLDispatch::glGetTexGenivOES_underlying(coord, pname, params); 267} 268 269void glGetTexGenxvOES_dispatchLoggingWrapper(GLenum coord, GLenum pname, GLfixed * params) { 270 DISPATCH_DEBUG_LOG("glGetTexGenxvOES(coord:0x%X, pname:0x%X, params:%p)", coord, pname, params); 271 GLDispatch::glGetTexGenxvOES_underlying(coord, pname, params); 272} 273 274