1// Auto-generated with: android/scripts/gen-entries.py --mode=dispatch_logging_wrappers stream-servers/OpenGLESDispatch/gles3_extensions.entries --output=stream-servers/OpenGLESDispatch/gles3_extensions_dispatch_logging_wrappers.impl 2// DO NOT EDIT THIS FILE 3 4void glVertexAttribIPointerWithDataSize_dispatchLoggingWrapper(GLuint indx, GLint size, GLenum type, GLsizei stride, const GLvoid* ptr, GLsizei dataSize) { 5 DISPATCH_DEBUG_LOG("glVertexAttribIPointerWithDataSize(indx:%d, size:%d, type:0x%X, stride:%d, ptr:%p, dataSize:%d)", indx, size, type, stride, ptr, dataSize); 6 GLDispatch::glVertexAttribIPointerWithDataSize_underlying(indx, size, type, stride, ptr, dataSize); 7} 8 9void glPrimitiveRestartIndex_dispatchLoggingWrapper(GLuint index) { 10 DISPATCH_DEBUG_LOG("glPrimitiveRestartIndex(index:%d)", index); 11 GLDispatch::glPrimitiveRestartIndex_underlying(index); 12} 13 14